40 $this->ref_id = $DIC->http()->wrapper()->query()->has(
'ref_id')
41 ? $DIC->http()->wrapper()->query()->retrieve(
'ref_id', $DIC->refinery()->kindlyTo()->int())
46 $this->
lng->loadLanguageModule(
'adn');
56 $this->admin_notification_access->checkAccessAndThrowException(
"visible,read");
58 $next_class = $this->
ctrl->getNextClass();
60 if ($next_class ==
'') {
61 $this->
ctrl->redirectByClass(ilADNNotificationGUI::class);
68 switch ($next_class) {
69 case strtolower(ilPermissionGUI::class):
70 $this->tab_handling->initTabs(self::TAB_PERMISSIONS);
71 $this->tabs_gui->activateTab(self::TAB_PERMISSIONS);
73 $this->
ctrl->forwardCommand($perm_gui);
75 case strtolower(ilADNNotificationGUI::class):
77 $this->
ctrl->forwardCommand($g);
Class ilADNNotificationGUI ilADNNotificationGUI: ilObjAdministrativeNotificationGUI ilADNNotificati...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
New implementation of ilObjectGUI.
prepareOutput(bool $show_sub_objects=true)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct()
ilObjAdministrativeNotificationGUI constructor.
ilObjAdministrativeNotificationAccess $admin_notification_access
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilADNTabHandling $tab_handling
assignObject()
create object instance as internal property (repository/workspace switch)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...