|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilStudyProgrammeTypeGUI. More...
Collaboration diagram for ilStudyProgrammeTypeGUI:Public Member Functions | |
| __construct ($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 StudyProgramme type. More... | |
| edit () | |
| Display form to edit an existing StudyProgramme 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 ilStudyProgrammeTypeGUI.
Definition at line 15 of file class.ilStudyProgrammeTypeGUI.php.
| ilStudyProgrammeTypeGUI::__construct | ( | $parent_gui | ) |
| ilObjStudyProgrammeGUI | $parent_gui |
Definition at line 63 of file class.ilStudyProgrammeTypeGUI.php.
References $DIC, $ilCtrl, $ilias, $ilLog, $lng, $parent_gui, and $tpl.
|
protected |
Display form to create a new StudyProgramme type.
Definition at line 235 of file class.ilStudyProgrammeTypeGUI.php.
References $form.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Check if user can edit types.
Definition at line 147 of file class.ilStudyProgrammeTypeGUI.php.
References ilUtil\sendFailure().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Create (save) type.
Definition at line 256 of file class.ilStudyProgrammeTypeGUI.php.
References $form, and ilUtil\sendSuccess().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Delete a type.
Definition at line 286 of file class.ilStudyProgrammeTypeGUI.php.
References $_GET, $type, ilUtil\sendFailure(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
Display form to edit an existing StudyProgramme type.
Definition at line 245 of file class.ilStudyProgrammeTypeGUI.php.
References $_GET, $form, and $type.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 197 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Display form for editing custom icons.
Definition at line 175 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilStudyProgrammeTypeGUI::executeCommand | ( | ) |
Definition at line 93 of file class.ilStudyProgrammeTypeGUI.php.
References add(), checkAccess(), 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 219 of file class.ilStudyProgrammeTypeGUI.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 159 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Update (save) type.
Definition at line 271 of file class.ilStudyProgrammeTypeGUI.php.
References $_GET, $form, 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 204 of file class.ilStudyProgrammeTypeGUI.php.
References $_GET, $form, and ilUtil\sendSuccess().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Save icon.
Definition at line 185 of file class.ilStudyProgrammeTypeGUI.php.
References $_GET, $form, 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 33 of file class.ilStudyProgrammeTypeGUI.php.
| ilStudyProgrammeTypeGUI::$ctrl |
Definition at line 21 of file class.ilStudyProgrammeTypeGUI.php.
|
protected |
Definition at line 49 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 53 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 41 of file class.ilStudyProgrammeTypeGUI.php.
|
protected |
Definition at line 45 of file class.ilStudyProgrammeTypeGUI.php.
|
protected |
Definition at line 57 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct().
| ilStudyProgrammeTypeGUI::$tabs |
Definition at line 29 of file class.ilStudyProgrammeTypeGUI.php.
|
protected |
Definition at line 37 of file class.ilStudyProgrammeTypeGUI.php.
| ilStudyProgrammeTypeGUI::$tpl |
Definition at line 25 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct().