ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilBiblAdminLibraryFacadeInterface $facade) | |
ilBiblLibraryGUI constructor. More... | |
executeCommand () | |
Execute command. More... | |
index () | |
$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().
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().
ilBiblLibraryGUI::create | ( | ) |
create library
Definition at line 160 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilPropertyFormGUI\setValuesByPost().
ilBiblLibraryGUI::delete | ( | ) |
delete library
Definition at line 122 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), and getInstanceFromRequest().
ilBiblLibraryGUI::edit | ( | ) |
edit library
Definition at line 176 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), and getInstanceFromRequest().
ilBiblLibraryGUI::executeCommand | ( | ) |
Execute command.
public
Definition at line 56 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl().
|
private |
Definition at line 185 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\refinery().
Referenced by delete(), edit(), and update().
ilBiblLibraryGUI::index | ( | ) |
$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().
|
protected |
Definition at line 89 of file class.ilBiblLibraryGUI.php.
References ILIAS\LTI\ToolProvider\$settings.
Referenced by index().
ilBiblLibraryGUI::update | ( | ) |
save changes in library
Definition at line 143 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), getInstanceFromRequest(), and ILIAS\Repository\lng().
|
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.
Referenced by ilObjBibliographicAdminGUI\view().
const ilBiblLibraryGUI::F_LIB_ID = 'lib_id' |
Definition at line 27 of file class.ilBiblLibraryGUI.php.
Referenced by ilBiblLibraryFormGUI\__construct(), and ilBiblLibraryTableGUI\fillRow().