ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilOrgUnitTypeGUI. More...
Public Member Functions | |
__construct (ilObjOrgUnitGUI $parent_gui) | |
executeCommand () | |
Data Fields | |
$ctrl | |
$tpl | |
$tabs | |
Protected Member Functions | |
checkAccess () | |
Check if user can edit types. More... | |
setSubTabsEdit ($active_tab_id) | |
Add subtabs for editing type. More... | |
editCustomIcons () | |
Display form for editing custom icons. More... | |
updateCustomIcons () | |
Save icon. More... | |
editAMD () | |
updateAMD () | |
listTypes () | |
Display all types in a table with actions to edit/delete. More... | |
add () | |
Display form to create a new OrgUnit type. More... | |
edit () | |
Display form to edit an existing OrgUnit type. More... | |
create () | |
Create (save) type. More... | |
update () | |
Update (save) type. More... | |
delete () | |
Delete a type. More... | |
Protected Attributes | |
$access | |
$toolbar | |
$locator | |
$log | |
$ilias | |
$lng | |
$parent_gui | |
Class ilOrgUnitTypeGUI.
Definition at line 9 of file class.ilOrgUnitTypeGUI.php.
ilOrgUnitTypeGUI::__construct | ( | ilObjOrgUnitGUI | $parent_gui | ) |
ilObjOrgUnitGUI | $parent_gui |
Definition at line 57 of file class.ilOrgUnitTypeGUI.php.
References $DIC, $ilCtrl, $ilias, $ilLog, $lng, $parent_gui, $tpl, and checkAccess().
|
protected |
Display form to create a new OrgUnit type.
Definition at line 227 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
|
protected |
Check if user can edit types.
Definition at line 140 of file class.ilOrgUnitTypeGUI.php.
References ilUtil\sendFailure().
Referenced by __construct().
|
protected |
Create (save) type.
Definition at line 248 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
|
protected |
Delete a type.
Definition at line 278 of file class.ilOrgUnitTypeGUI.php.
References $_GET, Vendor\Package\$e, $type, and ilUtil\sendFailure().
|
protected |
Display form to edit an existing OrgUnit type.
Definition at line 237 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 190 of file class.ilOrgUnitTypeGUI.php.
References $_GET.
Referenced by executeCommand().
|
protected |
Display form for editing custom icons.
Definition at line 168 of file class.ilOrgUnitTypeGUI.php.
References $_GET.
Referenced by executeCommand().
ilOrgUnitTypeGUI::executeCommand | ( | ) |
Definition at line 87 of file class.ilOrgUnitTypeGUI.php.
References add(), create(), edit(), editAMD(), editCustomIcons(), listTypes(), setSubTabsEdit(), update(), updateAMD(), and updateCustomIcons().
|
protected |
Display all types in a table with actions to edit/delete.
Definition at line 212 of file class.ilOrgUnitTypeGUI.php.
References ilLinkButton\getInstance().
Referenced by executeCommand().
|
protected |
Add subtabs for editing type.
Definition at line 152 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
|
protected |
Update (save) type.
Definition at line 263 of file class.ilOrgUnitTypeGUI.php.
References $_GET.
Referenced by executeCommand().
|
protected |
Definition at line 197 of file class.ilOrgUnitTypeGUI.php.
References $_GET.
Referenced by executeCommand().
|
protected |
Save icon.
Definition at line 178 of file class.ilOrgUnitTypeGUI.php.
References $_GET.
Referenced by executeCommand().
|
protected |
Definition at line 27 of file class.ilOrgUnitTypeGUI.php.
ilOrgUnitTypeGUI::$ctrl |
Definition at line 15 of file class.ilOrgUnitTypeGUI.php.
|
protected |
Definition at line 43 of file class.ilOrgUnitTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 47 of file class.ilOrgUnitTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 35 of file class.ilOrgUnitTypeGUI.php.
|
protected |
Definition at line 39 of file class.ilOrgUnitTypeGUI.php.
|
protected |
Definition at line 51 of file class.ilOrgUnitTypeGUI.php.
Referenced by __construct().
ilOrgUnitTypeGUI::$tabs |
Definition at line 23 of file class.ilOrgUnitTypeGUI.php.
|
protected |
Definition at line 31 of file class.ilOrgUnitTypeGUI.php.
ilOrgUnitTypeGUI::$tpl |
Definition at line 19 of file class.ilOrgUnitTypeGUI.php.
Referenced by __construct().