ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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' |
ilLanguage | $lng |
ilGlobalTemplateInterface | $tpl |
ilTree | $tree |
Protected Member Functions | |
dispatchCommand ($cmd) | |
index () | |
add () | |
create () | |
cancel () | |
edit () | |
update () | |
confirmDelete () | |
delete () | |
confirmReset () | |
reset () | |
getNotificationFromRequest () | |
PhpIncompatibleReturnTypeInspection More... | |
![]() | |
determineCommand (?string $standard=null) | |
dispatchCommand (string $cmd) | |
Additional Inherited Members | |
![]() | |
__construct (ilADNTabHandling $tab_handling) | |
ilADNAbstractGUI constructor. More... | |
executeCommand () | |
![]() | |
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 86 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl(), and ilADNNotificationUIFormGUI\getHTML().
Referenced by dispatchCommand().
|
protected |
Definition at line 109 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl().
Referenced by delete(), and reset().
|
protected |
Definition at line 136 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl(), getNotificationFromRequest(), and ILIAS\Repository\lng().
Referenced by dispatchCommand().
|
protected |
Definition at line 156 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl(), getNotificationFromRequest(), and ILIAS\Repository\lng().
Referenced by dispatchCommand().
|
protected |
Definition at line 95 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilADNNotificationUIFormGUI\setValuesByPost().
Referenced by dispatchCommand().
|
protected |
Definition at line 148 of file class.ilADNNotificationGUI.php.
References cancel(), getNotificationFromRequest(), and ILIAS\Repository\lng().
|
protected |
Definition at line 39 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 115 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl(), ilADNNotificationUIFormGUI\getHTML(), getNotificationFromRequest(), and ilADNAbstractGUI\IDENTIFIER.
Referenced by dispatchCommand().
|
protected |
PhpIncompatibleReturnTypeInspection
Definition at line 178 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 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().
|
protected |
Definition at line 168 of file class.ilADNNotificationGUI.php.
References cancel(), getNotificationFromRequest(), and ILIAS\Repository\lng().
Referenced by dispatchCommand().
|
protected |
Definition at line 124 of file class.ilADNNotificationGUI.php.
References ILIAS\Repository\ctrl(), getNotificationFromRequest(), ILIAS\Repository\lng(), and ilADNNotificationUIFormGUI\setValuesByPost().
Referenced by dispatchCommand().
const ilADNNotificationGUI::CMD_ADD = 'add' |
Definition at line 29 of file class.ilADNNotificationGUI.php.
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.
const ilADNNotificationGUI::CMD_CONFIRM_RESET = 'confirmReset' |
Definition at line 36 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 34 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 37 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().