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);
An exception for terminatinating execution or to throw for unit testing.
__construct(ilADNTabHandling $tab_handling)
ilADNAbstractGUI constructor.
determineCommand(string $standard=null)
dispatchCommand(string $cmd)
Class ilADNNotificationGUI @ilCtrl_IsCalledBy ilADNNotificationGUI: ilObjAdministrativeNotificationGU...
Class ilObjAdministrativeNotificationAccess.
static http()
Fetches the global http state from ILIAS.