Class ilADNAbstractGUI.
More...
◆ __construct()
ilADNAbstractGUI constructor.
- Parameters
-
Definition at line 56 of file class.ilADNAbstractGUI.php.
References $DIC, $tab_handling, ILIAS\FileDelivery\http(), and ui().
61 $this->tabs = $DIC[
'ilTabs'];
62 $this->lng = $DIC->language();
63 $this->ctrl = $DIC[
'ilCtrl'];
64 $this->tpl = $DIC[
'tpl'];
65 $this->tree = $DIC[
'tree'];
66 $this->toolbar = $DIC[
'ilToolbar'];
67 $this->
http = $DIC->http();
68 $this->
ui = $DIC->ui();
71 $this->lng->loadLanguageModule(
'form');
static http()
Fetches the global http state from ILIAS.
Class ilObjAdministrativeNotificationAccess.
◆ determineCommand()
ilADNAbstractGUI::determineCommand |
( |
string |
$standard = null | ) |
|
|
protected |
◆ dispatchCommand()
ilADNAbstractGUI::dispatchCommand |
( |
string |
$cmd | ) |
|
|
abstractprotected |
◆ executeCommand()
ilADNAbstractGUI::executeCommand |
( |
| ) |
|
◆ $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: