|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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 62 of file class.ilStudyProgrammeTypeGUI.php.
References $ilCtrl, $ilias, $ilLog, $lng, $parent_gui, $tpl, and checkAccess().
Here is the call graph for this function:
|
protected |
Display form to create a new StudyProgramme type.
Definition at line 215 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Check if user can edit types.
Definition at line 135 of file class.ilStudyProgrammeTypeGUI.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 234 of file class.ilStudyProgrammeTypeGUI.php.
References 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 262 of file class.ilStudyProgrammeTypeGUI.php.
References $_GET, 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 224 of file class.ilStudyProgrammeTypeGUI.php.
References $_GET.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 181 of file class.ilStudyProgrammeTypeGUI.php.
References $_GET.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Display form for editing custom icons.
Definition at line 161 of file class.ilStudyProgrammeTypeGUI.php.
References $_GET.
Referenced by executeCommand().
Here is the caller graph for this function:| ilStudyProgrammeTypeGUI::executeCommand | ( | ) |
Definition at line 83 of file class.ilStudyProgrammeTypeGUI.php.
References $cmd, 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 201 of file class.ilStudyProgrammeTypeGUI.php.
References 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 146 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Update (save) type.
Definition at line 248 of file class.ilStudyProgrammeTypeGUI.php.
References $_GET, 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 187 of file class.ilStudyProgrammeTypeGUI.php.
References $_GET, 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 170 of file class.ilStudyProgrammeTypeGUI.php.
References $_GET, 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 32 of file class.ilStudyProgrammeTypeGUI.php.
| ilStudyProgrammeTypeGUI::$ctrl |
Definition at line 20 of file class.ilStudyProgrammeTypeGUI.php.
|
protected |
Definition at line 48 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 52 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilStudyProgrammeTypeGUI.php.
|
protected |
Definition at line 44 of file class.ilStudyProgrammeTypeGUI.php.
|
protected |
Definition at line 56 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct().
| ilStudyProgrammeTypeGUI::$tabs |
Definition at line 28 of file class.ilStudyProgrammeTypeGUI.php.
|
protected |
Definition at line 36 of file class.ilStudyProgrammeTypeGUI.php.
| ilStudyProgrammeTypeGUI::$tpl |
Definition at line 24 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct().