ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilNotificationGUI Class Reference
+ Inheritance diagram for ilNotificationGUI:
+ Collaboration diagram for ilNotificationGUI:

Public Member Functions

 __construct ()
 
 executeCommand ()
 

Private Attributes

readonly ilCtrlInterface $ctrl
 

Detailed Description

Definition at line 21 of file class.ilNotificationGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilNotificationGUI::__construct ( )

Definition at line 25 of file class.ilNotificationGUI.php.

26 {
27 global $DIC;
28 $this->ctrl = $DIC->ctrl();
29 }
global $DIC
Definition: shib_login.php:26

References $DIC, and ILIAS\Repository\ctrl().

+ Here is the call graph for this function:

Member Function Documentation

◆ executeCommand()

ilNotificationGUI::executeCommand ( )

Definition at line 31 of file class.ilNotificationGUI.php.

31 : void
32 {
33 if (strtolower($this->ctrl->getNextClass()) === strtolower(ilPersonalNotificationsSettingsGUI::class)) {
34 $this->ctrl->forwardCommand(new ilPersonalNotificationsSettingsGUI());
35 }
36 }
@ilCtrl_IsCalledBy ilPersonalNotificationsSettingsGUI: ilNotificationGUI

References ILIAS\Repository\ctrl().

+ Here is the call graph for this function:

Field Documentation

◆ $ctrl

readonly ilCtrlInterface ilNotificationGUI::$ctrl
private

Definition at line 23 of file class.ilNotificationGUI.php.


The documentation for this class was generated from the following file: