|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilBiblLibraryGUI:Public Member Functions | |
| __construct (ilBiblAdminLibraryFacadeInterface $facade) | |
| ilBiblLibraryGUI constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| index () | |
| @global $ilToolbar ilToolbarGUI; More... | |
| add () | |
| add library More... | |
| delete () | |
| delete library More... | |
| cancel () | |
| cancel More... | |
| update () | |
| save changes in library More... | |
| create () | |
| create library More... | |
| edit () | |
| edit library More... | |
Data Fields | |
| const | F_LIB_ID = 'lib_id' |
| const | CMD_DELETE = 'delete' |
| const | CMD_EDIT = 'edit' |
| const | CMD_INDEX = 'index' |
| const | CMD_ADD = 'add' |
Protected Member Functions | |
| initTable () | |
Protected Attributes | |
| ilBiblAdminLibraryFacadeInterface | $facade |
| ILIAS Refinery Factory | $refinery |
| ILIAS HTTP Wrapper WrapperFactory | $wrapper |
Private Member Functions | |
| getInstanceFromRequest () | |
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 ilBiblLibraryGUI
Definition at line 24 of file class.ilBiblLibraryGUI.php.
| ilBiblLibraryGUI::__construct | ( | ilBiblAdminLibraryFacadeInterface | $facade | ) |
ilBiblLibraryGUI constructor.
Definition at line 40 of file class.ilBiblLibraryGUI.php.
References $DIC, $facade, and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilBiblLibraryGUI::add | ( | ) |
add library
Definition at line 111 of file class.ilBiblLibraryGUI.php.
| ilBiblLibraryGUI::cancel | ( | ) |
cancel
Definition at line 134 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilBiblLibraryGUI::create | ( | ) |
create library
Definition at line 160 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilBiblLibraryGUI::delete | ( | ) |
delete library
Definition at line 122 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), and getInstanceFromRequest().
Here is the call graph for this function:| ilBiblLibraryGUI::edit | ( | ) |
edit library
Definition at line 176 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), and getInstanceFromRequest().
Here is the call graph for this function:| ilBiblLibraryGUI::executeCommand | ( | ) |
Execute command.
@access public
Definition at line 56 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
private |
Definition at line 185 of file class.ilBiblLibraryGUI.php.
Referenced by delete(), edit(), and update().
Here is the caller graph for this function:| ilBiblLibraryGUI::index | ( | ) |
@global $ilToolbar ilToolbarGUI;
Definition at line 71 of file class.ilBiblLibraryGUI.php.
References Vendor\Package\$b, ILIAS\Repository\ctrl(), ilLinkButton\getInstance(), initTable(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:
|
protected |
Definition at line 89 of file class.ilBiblLibraryGUI.php.
References ILIAS\LTI\ToolProvider\$settings.
Referenced by index().
Here is the caller graph for this function:| ilBiblLibraryGUI::update | ( | ) |
save changes in library
Definition at line 143 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), getInstanceFromRequest(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 32 of file class.ilBiblLibraryGUI.php.
Referenced by __construct().
|
private |
Definition at line 33 of file class.ilBiblLibraryGUI.php.
|
protected |
Definition at line 34 of file class.ilBiblLibraryGUI.php.
|
protected |
Definition at line 35 of file class.ilBiblLibraryGUI.php.
| const ilBiblLibraryGUI::CMD_ADD = 'add' |
Definition at line 31 of file class.ilBiblLibraryGUI.php.
| const ilBiblLibraryGUI::CMD_DELETE = 'delete' |
Definition at line 28 of file class.ilBiblLibraryGUI.php.
Referenced by ilBiblLibraryTableGUI\fillRow().
| const ilBiblLibraryGUI::CMD_EDIT = 'edit' |
Definition at line 29 of file class.ilBiblLibraryGUI.php.
Referenced by ilBiblLibraryTableGUI\fillRow().
| const ilBiblLibraryGUI::CMD_INDEX = 'index' |
Definition at line 30 of file class.ilBiblLibraryGUI.php.
| const ilBiblLibraryGUI::F_LIB_ID = 'lib_id' |
Definition at line 27 of file class.ilBiblLibraryGUI.php.
Referenced by ilBiblLibraryFormGUI\__construct(), and ilBiblLibraryTableGUI\fillRow().