27 protected \ILIAS\DI\UIServices
$ui;
29 protected \ILIAS\HTTP\Services
$http;
43 protected \ilObjAdministrativeNotificationAccess
$access;
53 $this->
tabs = $DIC[
'ilTabs'];
54 $this->
lng = $DIC->language();
55 $this->
ctrl = $DIC[
'ilCtrl'];
56 $this->tpl = $DIC[
'tpl'];
57 $this->tree = $DIC[
'tree'];
58 $this->
toolbar = $DIC[
'ilToolbar'];
59 $this->
http = $DIC->http();
60 $this->
ui = $DIC->ui();
63 $this->
lng->loadLanguageModule(
'form');
71 $this->
access->checkAccessAndThrowException(
'visible,read');
72 $cmd = $this->
ctrl->getCmd();
84 $next_class = $this->
ctrl->getNextClass();
86 if ($next_class ===
'') {
93 switch ($next_class) {
94 case strtolower(ilADNNotificationGUI::class):
97 $this->
ctrl->forwardCommand($g);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
determineCommand(?string $standard=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
dispatchCommand(string $cmd)
ilObjAdministrativeNotificationAccess $access
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilADNTabHandling $tab_handling)
ilADNAbstractGUI constructor.
static http()
Fetches the global http state from ILIAS.
ilADNTabHandling $tab_handling
ilGlobalTemplateInterface $tpl
ILIAS HTTP Services $http
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...