getProducerManager(); $userModule = UserModule::getInstance(); $userProducerManager = $this->getUserProducerManager(); $ticketManager = $this->getTicketManager(); $producer = GlobalParam::getCurrentProducer(); $userCurrent = GlobalParam::getCurrentUser(); $isUserCurrentGrantedAsAdministrator = $userModule->getAuthorizationChecker()->isGrantedAsAdministrator($userCurrent); $isUserCurrentGrantedAsProducer = $userModule->getAuthorizationChecker()->isGrantedAsProducer($userCurrent); ?>