|
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...
Collaboration diagram for ilBiblFieldFilterGUI:Public Member Functions | |
| __construct (ilBiblFactoryFacade $facade) | |
| ilBiblFieldFilterGUI constructor. More... | |
| renderInterruptiveModal () | |
| executeCommand () | |
| index () | |
| edit () | |
| update () | |
| delete () | |
| cancel () | |
| cancel More... | |
Data Fields | |
| const | FILTER_ID = 'filter_id' |
| const | CMD_STANDARD = 'index' |
| const | CMD_ADD = 'add' |
| const | CMD_CREATE = 'create' |
| const | CMD_CANCEL = 'cancel' |
| const | CMD_EDIT = 'edit' |
| const | CMD_UPDATE = 'update' |
| const | CMD_DELETE = 'delete' |
| const | CMD_RENDER_INTERRUPTIVE = 'renderInterruptiveModal' |
| const | CMD_APPLY_FILTER = 'applyFilter' |
| const | CMD_RESET_FILTER = 'resetFilter' |
| const | CMD_TRANSLATE = 'translate' |
Protected Member Functions | |
| performCommand () | |
| add () | |
| create () | |
| initEditForm () | |
| applyFilter () | |
| resetFilter () | |
Protected Attributes | |
| ilBiblFactoryFacade | $facade |
Private Member Functions | |
| getFieldFilterFromRequest () | |
Private Attributes | |
| ilGlobalTemplateInterface | $main_tpl |
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 ilBiblFieldFilterGUI
Definition at line 25 of file class.ilBiblFieldFilterGUI.php.
| ilBiblFieldFilterGUI::__construct | ( | ilBiblFactoryFacade | $facade | ) |
ilBiblFieldFilterGUI constructor.
Definition at line 47 of file class.ilBiblFieldFilterGUI.php.
|
protected |
Definition at line 122 of file class.ilBiblFieldFilterGUI.php.
|
protected |
Definition at line 213 of file class.ilBiblFieldFilterGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilBiblFieldFilterGUI::cancel | ( | ) |
cancel
Definition at line 184 of file class.ilBiblFieldFilterGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 129 of file class.ilBiblFieldFilterGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Here is the call graph for this function:| ilBiblFieldFilterGUI::delete | ( | ) |
Definition at line 166 of file class.ilBiblFieldFilterGUI.php.
References $DIC, ILIAS\Repository\ctrl(), and ILIAS\FileDelivery\http().
Here is the call graph for this function:| ilBiblFieldFilterGUI::edit | ( | ) |
Definition at line 144 of file class.ilBiblFieldFilterGUI.php.
References initEditForm().
Here is the call graph for this function:| ilBiblFieldFilterGUI::executeCommand | ( | ) |
Definition at line 74 of file class.ilBiblFieldFilterGUI.php.
References ILIAS\Repository\ctrl(), performCommand(), ilObjBibliographicGUI\TAB_SETTINGS, and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
private |
Definition at line 190 of file class.ilBiblFieldFilterGUI.php.
References FILTER_ID, and ILIAS\FileDelivery\http().
Referenced by initEditForm(), renderInterruptiveModal(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBiblFieldFilterGUI::index | ( | ) |
Definition at line 110 of file class.ilBiblFieldFilterGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\toolbar(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
protected |
Definition at line 198 of file class.ilBiblFieldFilterGUI.php.
References CMD_STANDARD, ILIAS\Repository\ctrl(), getFieldFilterFromRequest(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Referenced by edit().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 85 of file class.ilBiblFieldFilterGUI.php.
References ILIAS\Repository\access(), CMD_ADD, CMD_APPLY_FILTER, CMD_CANCEL, CMD_CREATE, CMD_DELETE, CMD_EDIT, CMD_RENDER_INTERRUPTIVE, CMD_RESET_FILTER, CMD_STANDARD, CMD_UPDATE, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBiblFieldFilterGUI::renderInterruptiveModal | ( | ) |
Definition at line 55 of file class.ilBiblFieldFilterGUI.php.
References Vendor\Package\$f, CMD_DELETE, ILIAS\Repository\ctrl(), exit, getFieldFilterFromRequest(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 222 of file class.ilBiblFieldFilterGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilBiblFieldFilterGUI::update | ( | ) |
Definition at line 151 of file class.ilBiblFieldFilterGUI.php.
References ILIAS\Repository\ctrl(), getFieldFilterFromRequest(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
Definition at line 40 of file class.ilBiblFieldFilterGUI.php.
Referenced by __construct().
|
private |
Definition at line 41 of file class.ilBiblFieldFilterGUI.php.
| const ilBiblFieldFilterGUI::CMD_ADD = 'add' |
Definition at line 30 of file class.ilBiblFieldFilterGUI.php.
Referenced by performCommand().
| const ilBiblFieldFilterGUI::CMD_APPLY_FILTER = 'applyFilter' |
Definition at line 37 of file class.ilBiblFieldFilterGUI.php.
Referenced by performCommand().
| const ilBiblFieldFilterGUI::CMD_CANCEL = 'cancel' |
Definition at line 32 of file class.ilBiblFieldFilterGUI.php.
Referenced by ilBiblFieldFilterFormGUI\initButtons(), and performCommand().
| const ilBiblFieldFilterGUI::CMD_CREATE = 'create' |
Definition at line 31 of file class.ilBiblFieldFilterGUI.php.
Referenced by ilBiblFieldFilterFormGUI\initButtons(), and performCommand().
| const ilBiblFieldFilterGUI::CMD_DELETE = 'delete' |
Definition at line 35 of file class.ilBiblFieldFilterGUI.php.
Referenced by performCommand(), and renderInterruptiveModal().
| const ilBiblFieldFilterGUI::CMD_EDIT = 'edit' |
Definition at line 33 of file class.ilBiblFieldFilterGUI.php.
Referenced by ilBiblFieldFilterTableGUI\__construct(), ilBiblFieldFilterTableGUI\addActionMenu(), and performCommand().
| const ilBiblFieldFilterGUI::CMD_RENDER_INTERRUPTIVE = 'renderInterruptiveModal' |
Definition at line 36 of file class.ilBiblFieldFilterGUI.php.
Referenced by ilBiblFieldFilterTableGUI\addActionMenu(), and performCommand().
| const ilBiblFieldFilterGUI::CMD_RESET_FILTER = 'resetFilter' |
Definition at line 38 of file class.ilBiblFieldFilterGUI.php.
Referenced by performCommand().
| const ilBiblFieldFilterGUI::CMD_STANDARD = 'index' |
Definition at line 29 of file class.ilBiblFieldFilterGUI.php.
Referenced by initEditForm(), ilObjBibliographicGUI\initSubTabs(), and performCommand().
| const ilBiblFieldFilterGUI::CMD_TRANSLATE = 'translate' |
Definition at line 39 of file class.ilBiblFieldFilterGUI.php.
| const ilBiblFieldFilterGUI::CMD_UPDATE = 'update' |
Definition at line 34 of file class.ilBiblFieldFilterGUI.php.
Referenced by ilBiblFieldFilterFormGUI\initButtons(), and performCommand().
| const ilBiblFieldFilterGUI::FILTER_ID = 'filter_id' |
Definition at line 28 of file class.ilBiblFieldFilterGUI.php.
Referenced by ilBiblFieldFilterFormGUI\__construct(), ilBiblFieldFilterTableGUI\addActionMenu(), and getFieldFilterFromRequest().