ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilBiblLibraryGUI. 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 | |
$facade | |
Private Member Functions | |
getInstanceFromRequest () | |
Class ilBiblLibraryGUI.
Definition at line 8 of file class.ilBiblLibraryGUI.php.
ilBiblLibraryGUI::__construct | ( | ilBiblAdminLibraryFacadeInterface | $facade | ) |
ilBiblLibraryGUI constructor.
\ilBiblAdminLibraryFacadeInterface | $facade |
Definition at line 27 of file class.ilBiblLibraryGUI.php.
References $facade.
ilBiblLibraryGUI::add | ( | ) |
ilBiblLibraryGUI::cancel | ( | ) |
cancel
Definition at line 121 of file class.ilBiblLibraryGUI.php.
ilBiblLibraryGUI::create | ( | ) |
ilBiblLibraryGUI::delete | ( | ) |
delete library
Definition at line 109 of file class.ilBiblLibraryGUI.php.
References getInstanceFromRequest().
ilBiblLibraryGUI::edit | ( | ) |
edit library
Definition at line 163 of file class.ilBiblLibraryGUI.php.
References $form, and getInstanceFromRequest().
ilBiblLibraryGUI::executeCommand | ( | ) |
|
private |
Definition at line 176 of file class.ilBiblLibraryGUI.php.
Referenced by delete(), edit(), and update().
ilBiblLibraryGUI::index | ( | ) |
$ilToolbar ilToolbarGUI;
Definition at line 55 of file class.ilBiblLibraryGUI.php.
References ilLinkButton\getInstance(), and initTable().
|
protected |
Definition at line 76 of file class.ilBiblLibraryGUI.php.
References $result, and $table.
Referenced by index().
ilBiblLibraryGUI::update | ( | ) |
save changes in library
Definition at line 130 of file class.ilBiblLibraryGUI.php.
References $form, and getInstanceFromRequest().
|
protected |
Definition at line 19 of file class.ilBiblLibraryGUI.php.
Referenced by __construct().
const ilBiblLibraryGUI::CMD_ADD = 'add' |
Definition at line 15 of file class.ilBiblLibraryGUI.php.
const ilBiblLibraryGUI::CMD_DELETE = 'delete' |
Definition at line 12 of file class.ilBiblLibraryGUI.php.
Referenced by ilBiblLibraryTableGUI\fillRow().
const ilBiblLibraryGUI::CMD_EDIT = 'edit' |
Definition at line 13 of file class.ilBiblLibraryGUI.php.
Referenced by ilBiblLibraryTableGUI\fillRow().
const ilBiblLibraryGUI::CMD_INDEX = 'index' |
Definition at line 14 of file class.ilBiblLibraryGUI.php.
Referenced by ilObjBibliographicAdminGUI\view().
const ilBiblLibraryGUI::F_LIB_ID = 'lib_id' |
Definition at line 10 of file class.ilBiblLibraryGUI.php.
Referenced by ilBiblLibraryFormGUI\__construct(), and ilBiblLibraryTableGUI\fillRow().