|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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_DUPLICATE = 'duplicate' |
| const | CMD_CANCEL = 'cancel' |
| const | CMD_DELETE = 'delete' |
| const | CMD_RESET = 'reset' |
Data Fields inherited from ilADNAbstractGUI | |
| const | IDENTIFIER = 'identifier' |
| ilLanguage | $lng |
| ilGlobalTemplateInterface | $tpl |
| ilTree | $tree |
Protected Member Functions | |
| dispatchCommand ($cmd) | |
| index () | |
| add () | |
| create () | |
| cancel () | |
| edit () | |
| duplicate () | |
| update () | |
| delete () | |
| reset () | |
| getNotificationFromRequest () | |
| PhpIncompatibleReturnTypeInspection More... | |
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 | |
| ILIAS DI UIServices | $ui |
| ILIAS HTTP Services | $http |
| ilToolbarGUI | $toolbar |
| ilADNTabHandling | $tab_handling |
| ilTabsGUI | $tabs |
| ilCtrl | $ctrl |
| ilObjAdministrativeNotificationAccess | $access |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilADNNotificationGUI ilADNNotificationGUI: ilObjAdministrativeNotificationGUI ilADNNotificationGUI: ilObjAdministrativeNotificationGUI
Definition at line 25 of file class.ilADNNotificationGUI.php.
|
protected |
Definition at line 84 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl(), and ilADNNotificationUIFormGUI\getHTML().
Referenced by dispatchCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 107 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl().
Referenced by delete(), duplicate(), and reset().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 93 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilADNNotificationUIFormGUI\setValuesByPost().
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 cancel(), getNotificationFromRequest(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 38 of file class.ilADNNotificationGUI.php.
References add(), ilMMSubItemGUI\CMD_VIEW_SUB_ITEMS, create(), duplicate(), edit(), index(), reset(), ilObjAdministrativeNotificationGUI\TAB_MAIN, and update().
Here is the call graph for this function:
|
protected |
Definition at line 122 of file class.ilADNNotificationGUI.php.
References cancel(), getNotificationFromRequest(), and ILIAS\Repository\lng().
Referenced by dispatchCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 113 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl(), ilADNNotificationUIFormGUI\getHTML(), getNotificationFromRequest(), and ilADNAbstractGUI\IDENTIFIER.
Referenced by dispatchCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
PhpIncompatibleReturnTypeInspection
Definition at line 161 of file class.ilADNNotificationGUI.php.
References ActiveRecord\findOrFail(), and ILIAS\FileDelivery\http().
Referenced by delete(), duplicate(), edit(), reset(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 71 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\toolbar(), and ILIAS\Repository\ui().
Referenced by dispatchCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 151 of file class.ilADNNotificationGUI.php.
References cancel(), getNotificationFromRequest(), and ILIAS\Repository\lng().
Referenced by dispatchCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 131 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl(), getNotificationFromRequest(), ILIAS\Repository\lng(), and ilADNNotificationUIFormGUI\setValuesByPost().
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 29 of file class.ilADNNotificationGUI.php.
| const ilADNNotificationGUI::CMD_CANCEL = 'cancel' |
Definition at line 34 of file class.ilADNNotificationGUI.php.
| const ilADNNotificationGUI::CMD_CREATE = 'save' |
Definition at line 30 of file class.ilADNNotificationGUI.php.
| const ilADNNotificationGUI::CMD_DEFAULT = 'index' |
Definition at line 28 of file class.ilADNNotificationGUI.php.
| const ilADNNotificationGUI::CMD_DELETE = 'delete' |
Definition at line 35 of file class.ilADNNotificationGUI.php.
Referenced by ilADNNotificationTableGUI\formatDate().
| const ilADNNotificationGUI::CMD_DUPLICATE = 'duplicate' |
Definition at line 33 of file class.ilADNNotificationGUI.php.
Referenced by ilADNNotificationTableGUI\formatDate().
| const ilADNNotificationGUI::CMD_EDIT = 'edit' |
Definition at line 32 of file class.ilADNNotificationGUI.php.
Referenced by ilADNNotificationTableGUI\formatDate().
| const ilADNNotificationGUI::CMD_RESET = 'reset' |
Definition at line 36 of file class.ilADNNotificationGUI.php.
Referenced by ilADNNotificationTableGUI\formatDate().
| const ilADNNotificationGUI::CMD_UPDATE = 'update' |
Definition at line 31 of file class.ilADNNotificationGUI.php.
| const ilADNNotificationGUI::TAB_TABLE = 'notifications' |
Definition at line 27 of file class.ilADNNotificationGUI.php.
Referenced by ilADNAbstractGUI\executeCommand().