|
ILIAS
release_8 Revision v8.24
|
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_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' |
| ilLanguage | $lng |
| ilGlobalTemplateInterface | $tpl |
| ilTree | $tree |
Protected Member Functions | |
| dispatchCommand ($cmd) | |
| index () | |
| add () | |
| create () | |
| cancel () | |
| edit () | |
| update () | |
| confirmDelete () | |
| delete () | |
| confirmReset () | |
| reset () | |
| getNotificationFromRequest () | |
| @noinspection 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 @ilCtrl_IsCalledBy ilADNNotificationGUI: ilObjAdministrativeNotificationGUI @ilCtrl_IsCalledBy ilADNNotificationGUI: ilObjAdministrativeNotificationGUI
Definition at line 25 of file class.ilADNNotificationGUI.php.
|
protected |
Definition at line 86 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl().
Referenced by dispatchCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 109 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl().
Referenced by delete(), and reset().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 136 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl(), 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 156 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl(), 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 95 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl(), 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 148 of file class.ilADNNotificationGUI.php.
References cancel(), getNotificationFromRequest(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 39 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 115 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl(), getNotificationFromRequest(), and ilADNAbstractGUI\IDENTIFIER.
Referenced by dispatchCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
@noinspection PhpIncompatibleReturnTypeInspection
Definition at line 178 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 74 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ilLinkButton\getInstance(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Referenced by dispatchCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 168 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 124 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl(), getNotificationFromRequest(), and ILIAS\Repository\lng().
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.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::CMD_CANCEL = 'cancel' |
Definition at line 33 of file class.ilADNNotificationGUI.php.
| const ilADNNotificationGUI::CMD_CONFIRM_DELETE = 'confirmDelete' |
Definition at line 35 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::CMD_CONFIRM_RESET = 'confirmReset' |
Definition at line 36 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::CMD_CREATE = 'save' |
Definition at line 30 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::CMD_DEFAULT = 'index' |
Definition at line 28 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::CMD_DELETE = 'delete' |
Definition at line 34 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::CMD_EDIT = 'edit' |
Definition at line 32 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::CMD_RESET = 'reset' |
Definition at line 37 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::CMD_UPDATE = 'update' |
Definition at line 31 of file class.ilADNNotificationGUI.php.
Referenced by dispatchCommand().
| const ilADNNotificationGUI::TAB_TABLE = 'notifications' |
Definition at line 27 of file class.ilADNNotificationGUI.php.
Referenced by ilADNAbstractGUI\executeCommand().