|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilOrgUnitTypeGUI. More...
Collaboration diagram for ilOrgUnitTypeGUI: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 8 of file class.ilOrgUnitTypeGUI.php.
| ilOrgUnitTypeGUI::__construct | ( | ilObjOrgUnitGUI | $parent_gui | ) |
| ilObjOrgUnitGUI | $parent_gui |
Definition at line 56 of file class.ilOrgUnitTypeGUI.php.
References $DIC, $ilCtrl, $ilias, $ilLog, $lng, $parent_gui, $tpl, $tree, and checkAccess().
Here is the call graph for this function:
|
protected |
Display form to create a new OrgUnit type.
Definition at line 226 of file class.ilOrgUnitTypeGUI.php.
References $form.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Check if user can edit types.
Definition at line 139 of file class.ilOrgUnitTypeGUI.php.
References ilUtil\sendFailure().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Create (save) type.
Definition at line 247 of file class.ilOrgUnitTypeGUI.php.
References $form.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Delete a type.
Definition at line 277 of file class.ilOrgUnitTypeGUI.php.
References $_GET, $type, and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
Display form to edit an existing OrgUnit type.
Definition at line 236 of file class.ilOrgUnitTypeGUI.php.
References $_GET, $form, and $type.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 189 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Display form for editing custom icons.
Definition at line 167 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilOrgUnitTypeGUI::executeCommand | ( | ) |
Definition at line 86 of file class.ilOrgUnitTypeGUI.php.
References add(), create(), edit(), editAMD(), editCustomIcons(), listTypes(), setSubTabsEdit(), update(), updateAMD(), and updateCustomIcons().
Here is the call graph for this function:
|
protected |
Display all types in a table with actions to edit/delete.
Definition at line 211 of file class.ilOrgUnitTypeGUI.php.
References $table, and ilLinkButton\getInstance().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Add subtabs for editing type.
Definition at line 151 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Update (save) type.
Definition at line 262 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 196 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Save icon.
Definition at line 177 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 26 of file class.ilOrgUnitTypeGUI.php.
| ilOrgUnitTypeGUI::$ctrl |
Definition at line 14 of file class.ilOrgUnitTypeGUI.php.
|
protected |
Definition at line 42 of file class.ilOrgUnitTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 46 of file class.ilOrgUnitTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 34 of file class.ilOrgUnitTypeGUI.php.
|
protected |
Definition at line 38 of file class.ilOrgUnitTypeGUI.php.
|
protected |
Definition at line 50 of file class.ilOrgUnitTypeGUI.php.
Referenced by __construct().
| ilOrgUnitTypeGUI::$tabs |
Definition at line 22 of file class.ilOrgUnitTypeGUI.php.
|
protected |
Definition at line 30 of file class.ilOrgUnitTypeGUI.php.
| ilOrgUnitTypeGUI::$tpl |
Definition at line 18 of file class.ilOrgUnitTypeGUI.php.
Referenced by __construct().