|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ilBiblLibraryGUI. More...
Collaboration diagram for ilBiblLibraryGUI:Public Member Functions | |
| __construct (protected \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 | 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().
Here is the call graph for this function:| ilBiblLibraryGUI::add | ( | ) |
add library
Definition at line 93 of file class.ilBiblLibraryGUI.php.
| ilBiblLibraryGUI::cancel | ( | ) |
cancel
Definition at line 118 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilBiblLibraryGUI::create | ( | ) |
create library
Definition at line 144 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 104 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), and getInstancesFromRequest().
Here is the call graph for this function:| ilBiblLibraryGUI::edit | ( | ) |
edit library
Definition at line 160 of file class.ilBiblLibraryGUI.php.
References getInstancesFromRequest().
Here is the call graph for this function:| ilBiblLibraryGUI::executeCommand | ( | ) |
Execute command.
@access public
Definition at line 59 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
private |
return ilBiblLibraryInterface[]
Definition at line 171 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\refinery().
Referenced by delete(), edit(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBiblLibraryGUI::index | ( | ) |
@global $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().
Here is the call graph for this function:| ilBiblLibraryGUI::update | ( | ) |
save changes in library
Definition at line 127 of file class.ilBiblLibraryGUI.php.
References ILIAS\Repository\ctrl(), getInstancesFromRequest(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
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.
| const ilBiblLibraryGUI::CMD_EDIT = 'edit' |
Definition at line 34 of file class.ilBiblLibraryGUI.php.
| const ilBiblLibraryGUI::CMD_INDEX = 'index' |
Definition at line 35 of file class.ilBiblLibraryGUI.php.
| 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.