|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilBiblLibraryGUI. More...
Collaboration diagram for ilBiblLibraryGUI:Public Member Functions | |
| __construct (ilBiblAdminLibraryFacadeInterface $facade) | |
| ilBiblLibraryGUI constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| index () | |
| 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 | ( | ) |
add library
Definition at line 98 of file class.ilBiblLibraryGUI.php.
| ilBiblLibraryGUI::cancel | ( | ) |
cancel
Definition at line 121 of file class.ilBiblLibraryGUI.php.
| ilBiblLibraryGUI::create | ( | ) |
create library
Definition at line 147 of file class.ilBiblLibraryGUI.php.
| ilBiblLibraryGUI::delete | ( | ) |
delete library
Definition at line 109 of file class.ilBiblLibraryGUI.php.
References getInstanceFromRequest().
Here is the call graph for this function:| ilBiblLibraryGUI::edit | ( | ) |
edit library
Definition at line 163 of file class.ilBiblLibraryGUI.php.
References getInstanceFromRequest().
Here is the call graph for this function:| ilBiblLibraryGUI::executeCommand | ( | ) |
Execute command.
@access public
Definition at line 39 of file class.ilBiblLibraryGUI.php.
|
private |
Definition at line 176 of file class.ilBiblLibraryGUI.php.
Referenced by delete(), edit(), and update().
Here is the caller graph for this function:| ilBiblLibraryGUI::index | ( | ) |
Definition at line 55 of file class.ilBiblLibraryGUI.php.
References Vendor\Package\$b, ilLinkButton\getInstance(), and initTable().
Here is the call graph for this function:
|
protected |
Definition at line 76 of file class.ilBiblLibraryGUI.php.
References $result.
Referenced by index().
Here is the caller graph for this function:| ilBiblLibraryGUI::update | ( | ) |
save changes in library
Definition at line 130 of file class.ilBiblLibraryGUI.php.
References getInstanceFromRequest().
Here is the call graph for this function:
|
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.
| const ilBiblLibraryGUI::F_LIB_ID = 'lib_id' |
Definition at line 10 of file class.ilBiblLibraryGUI.php.
Referenced by ilBiblLibraryFormGUI\__construct(), and ilBiblLibraryTableGUI\fillRow().