ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Bibliographic Administration Settings. More...
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().
ilObjBibliographicAdminLibrariesGUI::cancel | ( | ) |
cancel
Definition at line 154 of file class.ilObjBibliographicAdminLibrariesGUI.php.
Referenced by executeCommand().
ilObjBibliographicAdminLibrariesGUI::create | ( | ) |
create library
Definition at line 176 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References ilUtil\sendSuccess().
Referenced by executeCommand().
ilObjBibliographicAdminLibrariesGUI::delete | ( | ) |
ilObjBibliographicAdminLibrariesGUI::edit | ( | ) |
edit library
Definition at line 190 of file class.ilObjBibliographicAdminLibrariesGUI.php.
Referenced by executeCommand().
ilObjBibliographicAdminLibrariesGUI::executeCommand | ( | ) |
Execute command.
public
Definition at line 54 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $cmd, $DIC, $ilCtrl, add(), cancel(), create(), edit(), ilLinkButton\getInstance(), initTable(), and update().
|
protected |
Init Table with library entries.
protected
Definition at line 113 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $result, array, and ilBibliographicSetting\getAll().
Referenced by executeCommand().
ilObjBibliographicAdminLibrariesGUI::update | ( | ) |
save changes in library
Definition at line 162 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References ilUtil\sendSuccess().
Referenced by executeCommand().
|
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().