|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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 $ilCtrl, $lng, and $parent_gui.
| ilObjBibliographicAdminLibrariesGUI::add | ( | ) |
add library
Definition at line 130 of file class.ilObjBibliographicAdminLibrariesGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilObjBibliographicAdminLibrariesGUI::cancel | ( | ) |
cancel
Definition at line 150 of file class.ilObjBibliographicAdminLibrariesGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilObjBibliographicAdminLibrariesGUI::create | ( | ) |
create library
Definition at line 172 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 140 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $_REQUEST.
| ilObjBibliographicAdminLibrariesGUI::edit | ( | ) |
edit library
Definition at line 186 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $_REQUEST.
Referenced by executeCommand().
Here is the caller graph for this function:| ilObjBibliographicAdminLibrariesGUI::executeCommand | ( | ) |
Execute command.
@access public
Definition at line 52 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $cmd, $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 109 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 158 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $_REQUEST, and 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().