ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilADNNotificationGUI ilADNNotificationGUI: ilObjAdministrativeNotificationGUI ilADNNotificationGUI: ilObjAdministrativeNotificationGUI. More...
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' |
![]() | |
const | IDENTIFIER = 'identifier' |
$lng | |
$tpl | |
$tree | |
Protected Member Functions | |
dispatchCommand ($cmd) | |
index () | |
add () | |
create () | |
cancel () | |
edit () | |
update () | |
confirmDelete () | |
delete () | |
confirmReset () | |
reset () | |
getNotificationFromRequest () | |
![]() | |
determineCommand (string $standard=null) | |
dispatchCommand (string $cmd) | |
Additional Inherited Members | |
![]() | |
__construct (ilADNTabHandling $tab_handling) | |
ilADNAbstractGUI constructor. More... | |
executeCommand () | |
![]() | |
$ui | |
$http | |
$toolbar | |
$tab_handling | |
$tabs | |
$ctrl | |
$access | |
Class ilADNNotificationGUI ilADNNotificationGUI: ilObjAdministrativeNotificationGUI ilADNNotificationGUI: ilObjAdministrativeNotificationGUI.
Definition at line 9 of file class.ilADNNotificationGUI.php.
|
protected |
Definition at line 71 of file class.ilADNNotificationGUI.php.
References ilADNNotificationUIFormGUI\fillForm().
Referenced by dispatchCommand().
|
protected |
Definition at line 95 of file class.ilADNNotificationGUI.php.
Referenced by delete(), and reset().
|
protected |
Definition at line 123 of file class.ilADNNotificationGUI.php.
References getNotificationFromRequest().
Referenced by dispatchCommand().
|
protected |
Definition at line 143 of file class.ilADNNotificationGUI.php.
References getNotificationFromRequest().
Referenced by dispatchCommand().
|
protected |
Definition at line 81 of file class.ilADNNotificationGUI.php.
References ilADNNotificationUIFormGUI\setValuesByPost().
Referenced by dispatchCommand().
|
protected |
Definition at line 135 of file class.ilADNNotificationGUI.php.
References cancel(), and getNotificationFromRequest().
|
protected |
Definition at line 23 of file class.ilADNNotificationGUI.php.
References add(), ilMMSubItemGUI\CMD_VIEW_SUB_ITEMS, confirmDelete(), confirmReset(), create(), edit(), index(), reset(), ilObjAdministrativeNotificationGUI\TAB_MAIN, and update().
|
protected |
Definition at line 101 of file class.ilADNNotificationGUI.php.
References ilADNNotificationUIFormGUI\fillForm(), getNotificationFromRequest(), and ilADNAbstractGUI\IDENTIFIER.
Referenced by dispatchCommand().
|
protected |
Definition at line 167 of file class.ilADNNotificationGUI.php.
References ActiveRecord\findOrFail(), and ILIAS\FileDelivery\http().
Referenced by confirmDelete(), confirmReset(), delete(), edit(), reset(), and update().
|
protected |
Definition at line 58 of file class.ilADNNotificationGUI.php.
References ilLinkButton\getInstance().
Referenced by dispatchCommand().
|
protected |
Definition at line 155 of file class.ilADNNotificationGUI.php.
References cancel(), and getNotificationFromRequest().
Referenced by dispatchCommand().
|
protected |
Definition at line 111 of file class.ilADNNotificationGUI.php.
References getNotificationFromRequest(), and ilADNNotificationUIFormGUI\setValuesByPost().
Referenced by dispatchCommand().
const ilADNNotificationGUI::CMD_ADD = 'add' |
Definition at line 13 of file class.ilADNNotificationGUI.php.
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.
const ilADNNotificationGUI::CMD_CONFIRM_RESET = 'confirmReset' |
Definition at line 20 of file class.ilADNNotificationGUI.php.
const ilADNNotificationGUI::CMD_CREATE = 'save' |
Definition at line 14 of file class.ilADNNotificationGUI.php.
const ilADNNotificationGUI::CMD_DEFAULT = 'index' |
Definition at line 12 of file class.ilADNNotificationGUI.php.
const ilADNNotificationGUI::CMD_DELETE = 'delete' |
Definition at line 18 of file class.ilADNNotificationGUI.php.
Referenced by ilADNNotificationTableGUI\formatDate().
const ilADNNotificationGUI::CMD_EDIT = 'edit' |
Definition at line 16 of file class.ilADNNotificationGUI.php.
Referenced by ilADNNotificationTableGUI\formatDate().
const ilADNNotificationGUI::CMD_RESET = 'reset' |
Definition at line 21 of file class.ilADNNotificationGUI.php.
Referenced by ilADNNotificationTableGUI\formatDate().
const ilADNNotificationGUI::CMD_UPDATE = 'update' |
Definition at line 15 of file class.ilADNNotificationGUI.php.
const ilADNNotificationGUI::TAB_TABLE = 'notifications' |
Definition at line 11 of file class.ilADNNotificationGUI.php.
Referenced by ilADNAbstractGUI\executeCommand().