|
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...
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 126 of file class.ilBiblFieldFilterGUI.php.
|
protected |
Definition at line 217 of file class.ilBiblFieldFilterGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilBiblFieldFilterGUI::cancel | ( | ) |
cancel
Definition at line 188 of file class.ilBiblFieldFilterGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 133 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 170 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 148 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 194 of file class.ilBiblFieldFilterGUI.php.
References 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 202 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(), 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, $r, CMD_DELETE, ILIAS\Repository\ctrl(), exit, getFieldFilterFromRequest(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 226 of file class.ilBiblFieldFilterGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilBiblFieldFilterGUI::update | ( | ) |
Definition at line 155 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.
| const ilBiblFieldFilterGUI::CMD_APPLY_FILTER = 'applyFilter' |
Definition at line 37 of file class.ilBiblFieldFilterGUI.php.
| const ilBiblFieldFilterGUI::CMD_CANCEL = 'cancel' |
Definition at line 32 of file class.ilBiblFieldFilterGUI.php.
Referenced by ilBiblFieldFilterFormGUI\initButtons().
| const ilBiblFieldFilterGUI::CMD_CREATE = 'create' |
Definition at line 31 of file class.ilBiblFieldFilterGUI.php.
Referenced by ilBiblFieldFilterFormGUI\initButtons().
| const ilBiblFieldFilterGUI::CMD_DELETE = 'delete' |
Definition at line 35 of file class.ilBiblFieldFilterGUI.php.
Referenced by renderInterruptiveModal().
| const ilBiblFieldFilterGUI::CMD_EDIT = 'edit' |
Definition at line 33 of file class.ilBiblFieldFilterGUI.php.
Referenced by ilBiblFieldFilterTableGUI\__construct(), and ilBiblFieldFilterTableGUI\addActionMenu().
| const ilBiblFieldFilterGUI::CMD_RENDER_INTERRUPTIVE = 'renderInterruptiveModal' |
Definition at line 36 of file class.ilBiblFieldFilterGUI.php.
Referenced by ilBiblFieldFilterTableGUI\addActionMenu().
| const ilBiblFieldFilterGUI::CMD_RESET_FILTER = 'resetFilter' |
Definition at line 38 of file class.ilBiblFieldFilterGUI.php.
| const ilBiblFieldFilterGUI::CMD_STANDARD = 'index' |
Definition at line 29 of file class.ilBiblFieldFilterGUI.php.
Referenced by initEditForm(), and ilObjBibliographicGUI\initSubTabs().
| 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().
| const ilBiblFieldFilterGUI::FILTER_ID = 'filter_id' |
Definition at line 28 of file class.ilBiblFieldFilterGUI.php.
Referenced by ilBiblFieldFilterFormGUI\__construct(), and ilBiblFieldFilterTableGUI\addActionMenu().