ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilNotificationGUI.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
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}
readonly ilCtrlInterface $ctrl
@ilCtrl_IsCalledBy ilPersonalNotificationsSettingsGUI: ilNotificationGUI
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...
global $DIC
Definition: shib_login.php:26