ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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... | |
checkPermission ($a_perm) | |
checkPermissionBool ($a_perm) | |
Protected Attributes | |
$dic | |
$parent_gui | |
$ctrl | |
$lng | |
$rbacsystem | |
$error | |
Bibliographic Administration Settings.
Definition at line 12 of file class.ilObjBibliographicAdminLibrariesGUI.php.
ilObjBibliographicAdminLibrariesGUI::__construct | ( | $parent_gui | ) |
Constructor.
ilObjBibliographicAdminGUI | $parent_gui |
Definition at line 46 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $DIC, $ilCtrl, $lng, and $parent_gui.
ilObjBibliographicAdminLibrariesGUI::add | ( | ) |
add library
Definition at line 157 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $form.
Referenced by executeCommand().
ilObjBibliographicAdminLibrariesGUI::cancel | ( | ) |
cancel
Definition at line 179 of file class.ilObjBibliographicAdminLibrariesGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 229 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References checkPermissionBool().
Referenced by executeCommand().
|
protected |
$a_perm |
Definition at line 242 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $DIC.
Referenced by checkPermission(), executeCommand(), and initTable().
ilObjBibliographicAdminLibrariesGUI::create | ( | ) |
create library
Definition at line 203 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $form, and ilUtil\sendSuccess().
Referenced by executeCommand().
ilObjBibliographicAdminLibrariesGUI::delete | ( | ) |
ilObjBibliographicAdminLibrariesGUI::edit | ( | ) |
edit library
Definition at line 218 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $form.
Referenced by executeCommand().
ilObjBibliographicAdminLibrariesGUI::executeCommand | ( | ) |
Execute command.
public
Definition at line 65 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $_GET, $DIC, add(), cancel(), checkPermission(), checkPermissionBool(), create(), edit(), ilLinkButton\getInstance(), initTable(), and update().
|
protected |
Init Table with library entries.
protected
Definition at line 135 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $result, $table, array, checkPermissionBool(), and ilBibliographicSetting\getAll().
Referenced by executeCommand().
ilObjBibliographicAdminLibrariesGUI::update | ( | ) |
save changes in library
Definition at line 188 of file class.ilObjBibliographicAdminLibrariesGUI.php.
References $form, and ilUtil\sendSuccess().
Referenced by executeCommand().
|
protected |
Definition at line 26 of file class.ilObjBibliographicAdminLibrariesGUI.php.
|
protected |
Definition at line 18 of file class.ilObjBibliographicAdminLibrariesGUI.php.
|
protected |
Definition at line 38 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().
|
protected |
Definition at line 34 of file class.ilObjBibliographicAdminLibrariesGUI.php.