ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Class ilADNAbstractGUI. More...
Public Member Functions | |
__construct (protected \ilADNTabHandling $tab_handling) | |
ilADNAbstractGUI constructor. More... | |
executeCommand () | |
Data Fields | |
const | IDENTIFIER = 'identifier' |
ilLanguage | $lng |
ilGlobalTemplateInterface | $tpl |
ilTree | $tree |
Protected Member Functions | |
determineCommand (?string $standard=null) | |
dispatchCommand (string $cmd) | |
Protected Attributes | |
UIServices | $ui |
Services | $http |
ilToolbarGUI | $toolbar |
ilTabsGUI | $tabs |
ilCtrl | $ctrl |
ilObjAdministrativeNotificationAccess | $access |
Class ilADNAbstractGUI.
Definition at line 26 of file class.ilADNAbstractGUI.php.
ilADNAbstractGUI::__construct | ( | protected \ilADNTabHandling | $tab_handling | ) |
ilADNAbstractGUI constructor.
Definition at line 50 of file class.ilADNAbstractGUI.php.
References $DIC, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\tabs(), ILIAS\Repository\toolbar(), and ILIAS\Repository\ui().
|
protected |
ilException |
Definition at line 69 of file class.ilADNAbstractGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), and dispatchCommand().
Referenced by executeCommand().
|
abstractprotected |
ilADNAbstractGUI::executeCommand | ( | ) |
Definition at line 82 of file class.ilADNAbstractGUI.php.
References ILIAS\Repository\ctrl(), determineCommand(), dispatchCommand(), ilObjAdministrativeNotificationGUI\TAB_MAIN, and ilADNNotificationGUI\TAB_TABLE.
|
protected |
Definition at line 45 of file class.ilADNAbstractGUI.php.
|
protected |
Definition at line 40 of file class.ilADNAbstractGUI.php.
|
protected |
Definition at line 32 of file class.ilADNAbstractGUI.php.
ilLanguage ilADNAbstractGUI::$lng |
Definition at line 38 of file class.ilADNAbstractGUI.php.
|
protected |
Definition at line 36 of file class.ilADNAbstractGUI.php.
|
protected |
Definition at line 34 of file class.ilADNAbstractGUI.php.
ilGlobalTemplateInterface ilADNAbstractGUI::$tpl |
Definition at line 42 of file class.ilADNAbstractGUI.php.
ilTree ilADNAbstractGUI::$tree |
Definition at line 44 of file class.ilADNAbstractGUI.php.
|
protected |
Definition at line 30 of file class.ilADNAbstractGUI.php.
const ilADNAbstractGUI::IDENTIFIER = 'identifier' |
Definition at line 28 of file class.ilADNAbstractGUI.php.
Referenced by ilADNNotificationGUI\edit(), ilADNNotificationGUI\getNotificationsFromRequest(), and ILIAS\AdministrativeNotification\Table\initURIBuilder().