ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Class ilBiblLibraryGUI. More...
Public Member Functions | |
__construct (protected \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 | F_LIB_IDS = 'lib_ids' |
const | CMD_DELETE = 'delete' |
const | CMD_EDIT = 'edit' |
const | CMD_INDEX = 'index' |
const | CMD_ADD = 'add' |
Protected Attributes | |
Factory | $refinery |
WrapperFactory | $wrapper |
Private Member Functions | |
getInstancesFromRequest () | |
return ilBiblLibraryInterface[] More... | |
Private Attributes | |
ilGlobalTemplateInterface | $main_tpl |
Class ilBiblLibraryGUI.
Definition at line 28 of file class.ilBiblLibraryGUI.php.
ilBiblLibraryGUI::__construct | ( | protected \ilBiblAdminLibraryFacadeInterface | $facade | ) |
ilBiblLibraryGUI constructor.
Definition at line 44 of file class.ilBiblLibraryGUI.php.
References $DIC, and ILIAS\Repository\refinery().
ilBiblLibraryGUI::add | ( | ) |
ilBiblLibraryGUI::cancel | ( | ) |
cancel
Definition at line 118 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl().
ilBiblLibraryGUI::create | ( | ) |
create library
Definition at line 144 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilPropertyFormGUI\setValuesByPost().
ilBiblLibraryGUI::delete | ( | ) |
delete library
Definition at line 104 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), and getInstancesFromRequest().
ilBiblLibraryGUI::edit | ( | ) |
edit library
Definition at line 160 of file class.ilBiblLibraryGUI.php.
References getInstancesFromRequest().
ilBiblLibraryGUI::executeCommand | ( | ) |
Execute command.
public
Definition at line 59 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), and null.
|
private |
return ilBiblLibraryInterface[]
Definition at line 171 of file class.ilBiblLibraryGUI.php.
References null, and ILIAS\Repository\refinery().
Referenced by delete(), edit(), and update().
ilBiblLibraryGUI::index | ( | ) |
$ilToolbar ilToolbarGUI;
Definition at line 72 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\toolbar(), and ILIAS\Repository\ui().
ilBiblLibraryGUI::update | ( | ) |
save changes in library
Definition at line 127 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), getInstancesFromRequest(), and ILIAS\Repository\lng().
|
private |
Definition at line 37 of file class.ilBiblLibraryGUI.php.
|
protected |
Definition at line 38 of file class.ilBiblLibraryGUI.php.
|
protected |
Definition at line 39 of file class.ilBiblLibraryGUI.php.
const ilBiblLibraryGUI::CMD_ADD = 'add' |
Definition at line 36 of file class.ilBiblLibraryGUI.php.
const ilBiblLibraryGUI::CMD_DELETE = 'delete' |
Definition at line 33 of file class.ilBiblLibraryGUI.php.
Referenced by ilBiblLibraryTableGUI\getColumns().
const ilBiblLibraryGUI::CMD_EDIT = 'edit' |
Definition at line 34 of file class.ilBiblLibraryGUI.php.
Referenced by ilBiblLibraryTableGUI\getColumns().
const ilBiblLibraryGUI::CMD_INDEX = 'index' |
Definition at line 35 of file class.ilBiblLibraryGUI.php.
Referenced by ilObjBibliographicAdminGUI\view().
const ilBiblLibraryGUI::F_LIB_ID = 'lib_id' |
Definition at line 31 of file class.ilBiblLibraryGUI.php.
Referenced by ilBiblLibraryFormGUI\__construct().
const ilBiblLibraryGUI::F_LIB_IDS = 'lib_ids' |
Definition at line 32 of file class.ilBiblLibraryGUI.php.