|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilADNNotificationGUI @ilCtrl_IsCalledBy ilADNNotificationGUI: ilObjAdministrativeNotificationGUI @ilCtrl_IsCalledBy ilADNNotificationGUI: ilObjAdministrativeNotificationGUI. More...
Inheritance diagram for ilADNNotificationGUI:
Collaboration diagram for ilADNNotificationGUI:Data Fields | |
| const | TAB_TABLE = 'notifications' |
| const | CMD_DEFAULT = 'index' |
| const | CMD_ADD = 'add' |
| const | CMD_CREATE = 'save' |
| const | CMD_UPDATE = 'update' |
| const | CMD_EDIT = 'edit' |
| const | CMD_CANCEL = 'cancel' |
| const | CMD_DELETE = 'delete' |
| const | CMD_CONFIRM_DELETE = 'confirmDelete' |
| const | CMD_CONFIRM_RESET = 'confirmReset' |
| const | CMD_RESET = 'reset' |
Data Fields inherited from ilADNAbstractGUI | |
| const | IDENTIFIER = 'identifier' |
| $lng | |
| $tpl | |
| $tree | |
Protected Member Functions | |
| dispatchCommand ($cmd) | |
| index () | |
| add () | |
| create () | |
| cancel () | |
| edit () | |
| update () | |
| confirmDelete () | |
| delete () | |
| confirmReset () | |
| reset () | |
| getNotificationFromRequest () | |
Protected Member Functions inherited from ilADNAbstractGUI | |
| determineCommand (string $standard=null) | |
| dispatchCommand (string $cmd) | |
Additional Inherited Members | |
Public Member Functions inherited from ilADNAbstractGUI | |
| __construct (ilADNTabHandling $tab_handling) | |
| ilADNAbstractGUI constructor. More... | |
| executeCommand () | |
Protected Attributes inherited from ilADNAbstractGUI | |
| $ui | |
| $http | |
| $toolbar | |
| $tab_handling | |
| $tabs | |
| $ctrl | |
| $access | |
Class ilADNNotificationGUI @ilCtrl_IsCalledBy ilADNNotificationGUI: ilObjAdministrativeNotificationGUI @ilCtrl_IsCalledBy ilADNNotificationGUI: ilObjAdministrativeNotificationGUI.
Definition at line 9 of file class.ilADNNotificationGUI.php.
|
protected |
Definition at line 71 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 95 of file class.ilADNNotificationGUI.php.
Referenced by delete(), and reset().
Here is the caller graph for this function:
|
protected |
Definition at line 123 of file class.ilADNNotificationGUI.php.
References getNotificationFromRequest().
Referenced by dispatchCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 143 of file class.ilADNNotificationGUI.php.
References getNotificationFromRequest().
Referenced by dispatchCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 81 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 135 of file class.ilADNNotificationGUI.php.
References cancel(), and getNotificationFromRequest().
Here is the call graph for this function:
|
protected |
Definition at line 23 of file class.ilADNNotificationGUI.php.
References add(), CMD_ADD, CMD_CONFIRM_DELETE, CMD_CONFIRM_RESET, CMD_CREATE, CMD_DEFAULT, CMD_DELETE, CMD_EDIT, CMD_RESET, CMD_UPDATE, ilMMSubItemGUI\CMD_VIEW_SUB_ITEMS, confirmDelete(), confirmReset(), create(), edit(), index(), reset(), ilObjAdministrativeNotificationGUI\TAB_MAIN, and update().
Here is the call graph for this function:
|
protected |
Definition at line 101 of file class.ilADNNotificationGUI.php.
References getNotificationFromRequest(), and ilADNAbstractGUI\IDENTIFIER.
Referenced by dispatchCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 167 of file class.ilADNNotificationGUI.php.
References ActiveRecord\findOrFail(), ILIAS\FileDelivery\http(), and ilADNAbstractGUI\IDENTIFIER.
Referenced by confirmDelete(), confirmReset(), delete(), edit(), reset(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 58 of file class.ilADNNotificationGUI.php.
References ilLinkButton\getInstance().
Referenced by dispatchCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 155 of file class.ilADNNotificationGUI.php.
References cancel(), and getNotificationFromRequest().
Referenced by dispatchCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 111 of file class.ilADNNotificationGUI.php.
References getNotificationFromRequest().
Referenced by dispatchCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| const ilADNNotificationGUI::CMD_ADD = 'add' |
Definition at line 13 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::CMD_CANCEL = 'cancel' |
Definition at line 17 of file class.ilADNNotificationGUI.php.
| const ilADNNotificationGUI::CMD_CONFIRM_DELETE = 'confirmDelete' |
Definition at line 19 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::CMD_CONFIRM_RESET = 'confirmReset' |
Definition at line 20 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::CMD_CREATE = 'save' |
Definition at line 14 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::CMD_DEFAULT = 'index' |
Definition at line 12 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::CMD_DELETE = 'delete' |
Definition at line 18 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::CMD_EDIT = 'edit' |
Definition at line 16 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::CMD_RESET = 'reset' |
Definition at line 21 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::CMD_UPDATE = 'update' |
Definition at line 15 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::TAB_TABLE = 'notifications' |
Definition at line 11 of file class.ilADNNotificationGUI.php.
Referenced by ilADNAbstractGUI\executeCommand().