45 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);
Class ilADNNotificationGUI ilADNNotificationGUI: ilObjAdministrativeNotificationGUI ilADNNotificati...
determineCommand(?string $standard=null)
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct(protected \ilADNTabHandling $tab_handling)
ilADNAbstractGUI constructor.
Provides fluid interface to RBAC services.
static http()
Fetches the global http state from ILIAS.
ilGlobalTemplateInterface $tpl
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...