61 $this->tabs = $DIC[
'ilTabs'];
62 $this->lng = $DIC->language();
63 $this->ctrl = $DIC[
'ilCtrl'];
64 $this->tpl = $DIC[
'tpl'];
65 $this->tree = $DIC[
'tree'];
66 $this->toolbar = $DIC[
'ilToolbar'];
67 $this->
http = $DIC->http();
68 $this->
ui = $DIC->ui();
71 $this->lng->loadLanguageModule(
'form');
81 $this->access->checkAccessAndThrowException(
'visible,read');
82 $cmd = $this->ctrl->getCmd();
94 $next_class = $this->ctrl->getNextClass();
96 if ($next_class ===
'') {
103 switch ($next_class) {
104 case strtolower(ilADNNotificationGUI::class):
107 $this->ctrl->forwardCommand($g);
Class ilADNNotificationGUI ilADNNotificationGUI: ilObjAdministrativeNotificationGUI ilADNNotificati...
dispatchCommand(string $cmd)
__construct(ilADNTabHandling $tab_handling)
ilADNAbstractGUI constructor.
static http()
Fetches the global http state from ILIAS.
determineCommand(string $standard=null)
Class ilObjAdministrativeNotificationAccess.