ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilNotificationGUI.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
ilNotificationGUI
implements
ilCtrlBaseClassInterface
22
{
23
private
readonly
ilCtrlInterface
$ctrl
;
24
25
public
function
__construct
()
26
{
27
global
$DIC
;
28
$this->
ctrl
= $DIC->ctrl();
29
}
30
31
public
function
executeCommand
(): void
32
{
33
if
(strtolower($this->
ctrl
->getNextClass()) === strtolower(ilPersonalNotificationsSettingsGUI::class)) {
34
$this->
ctrl
->forwardCommand(
new
ilPersonalNotificationsSettingsGUI
());
35
}
36
}
37
}
ilNotificationGUI
Definition:
class.ilNotificationGUI.php:22
ilNotificationGUI\$ctrl
readonly ilCtrlInterface $ctrl
Definition:
class.ilNotificationGUI.php:23
ilNotificationGUI\executeCommand
executeCommand()
Definition:
class.ilNotificationGUI.php:31
ilNotificationGUI\__construct
__construct()
Definition:
class.ilNotificationGUI.php:25
ilPersonalNotificationsSettingsGUI
@ilCtrl_IsCalledBy ilPersonalNotificationsSettingsGUI: ilNotificationGUI
Definition:
class.ilPersonalNotificationsSettingsGUI.php:34
ilCtrlBaseClassInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilCtrlBaseClassInterface.php:38
ilCtrlInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilCtrlInterface.php:27
ILIAS\Repository\ctrl
ctrl()
Definition:
trait.GlobalDICGUIServices.php:63
$DIC
global $DIC
Definition:
shib_login.php:26
components
ILIAS
Notifications
classes
class.ilNotificationGUI.php
Generated on Sat Oct 18 2025 23:03:30 for ILIAS by
1.9.4 (using
Doxyfile
)