|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Bibliographic Administration Settings. More...
Collaboration diagram for ilObjBibliographicAdminLibrariesGUI:Public Member Functions | |
| __construct ($parent_gui) | |
| Constructor. More... | |
| executeCommand () | |
| Execute command. 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... | |
Protected Member Functions | |
| initTable () | |
| Init Table with library entries. More... | |
Protected Attributes | |
| $parent_gui | |
| $ctrl | |
| $lng | |
Bibliographic Administration Settings.
Definition at line 17 of file class.ilObjBibliographicAdminLibrariesGUI.php.
| ilObjBibliographicAdminLibrariesGUI::__construct | ( | $parent_gui | ) |
Constructor.
| ilObjBibliographicAdminGUI | $parent_gui |
Definition at line 38 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $DIC, $ilCtrl, $lng, and $parent_gui.
| ilObjBibliographicAdminLibrariesGUI::add | ( | ) |
add library
Definition at line 134 of file class.ilObjBibliographicAdminLibrariesGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilObjBibliographicAdminLibrariesGUI::cancel | ( | ) |
cancel
Definition at line 154 of file class.ilObjBibliographicAdminLibrariesGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilObjBibliographicAdminLibrariesGUI::create | ( | ) |
create library
Definition at line 176 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References ilUtil\sendSuccess().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjBibliographicAdminLibrariesGUI::delete | ( | ) |
delete library
Definition at line 144 of file class.ilObjBibliographicAdminLibrariesGUI.php.
| ilObjBibliographicAdminLibrariesGUI::edit | ( | ) |
edit library
Definition at line 190 of file class.ilObjBibliographicAdminLibrariesGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilObjBibliographicAdminLibrariesGUI::executeCommand | ( | ) |
Execute command.
@access public
Definition at line 54 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $cmd, $DIC, $ilCtrl, add(), cancel(), create(), edit(), and update().
Here is the call graph for this function:
|
protected |
Init Table with library entries.
@access protected
Definition at line 113 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $result, and ilBibliographicSetting\getAll().
Here is the call graph for this function:| ilObjBibliographicAdminLibrariesGUI::update | ( | ) |
save changes in library
Definition at line 162 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References ilUtil\sendSuccess().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 26 of file class.ilObjBibliographicAdminLibrariesGUI.php.
|
protected |
Definition at line 30 of file class.ilObjBibliographicAdminLibrariesGUI.php.
Referenced by __construct().
|
protected |
Definition at line 22 of file class.ilObjBibliographicAdminLibrariesGUI.php.
Referenced by __construct().