Class ilADNAbstractGUI.
More...
◆ __construct()
◆ determineCommand()
ilADNAbstractGUI::determineCommand |
( |
string |
$standard = null | ) |
|
|
protected |
- Parameters
-
- Returns
- string
- Exceptions
-
Definition at line 79 of file class.ilADNAbstractGUI.php.
79 : ?string
80 {
81 $this->access->checkAccessAndThrowException('visible,read');
82 $cmd = $this->ctrl->getCmd();
83 if ($cmd !== '') {
84 return $cmd;
85 }
86
87 return $standard;
88 }
Referenced by executeCommand().
◆ dispatchCommand()
ilADNAbstractGUI::dispatchCommand |
( |
string |
$cmd | ) |
|
|
abstractprotected |
◆ executeCommand()
ilADNAbstractGUI::executeCommand |
( |
| ) |
|
Definition at line 92 of file class.ilADNAbstractGUI.php.
92 : void
93 {
94 $next_class = $this->ctrl->getNextClass();
95
96 if ($next_class === '') {
99
100 return;
101 }
102
103 switch ($next_class) {
104 case strtolower(ilADNNotificationGUI::class):
107 $this->ctrl->forwardCommand($g);
108 break;
109 default:
110 break;
111 }
112 }
determineCommand(string $standard=null)
dispatchCommand(string $cmd)
Class ilADNNotificationGUI @ilCtrl_IsCalledBy ilADNNotificationGUI: ilObjAdministrativeNotificationGU...
Class ilObjAdministrativeNotificationGUI @ilCtrl_IsCalledBy ilObjAdministrativeNotificationGUI: ilAdm...
References determineCommand(), dispatchCommand(), ilObjAdministrativeNotificationGUI\TAB_MAIN, and ilADNNotificationGUI\TAB_TABLE.
◆ $access
ilADNAbstractGUI::$access |
|
protected |
◆ $ctrl
◆ $http
◆ $lng
◆ $tab_handling
ilADNAbstractGUI::$tab_handling |
|
protected |
◆ $tabs
◆ $toolbar
ilADNAbstractGUI::$toolbar |
|
protected |
◆ $tpl
◆ $tree
◆ $ui
◆ IDENTIFIER
const ilADNAbstractGUI::IDENTIFIER = 'identifier' |
The documentation for this class was generated from the following file: