ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilStudyProgrammeTypeGUI. More...
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, $tpl, and $tree.
|
protected |
Display form to create a new StudyProgramme type.
Definition at line 235 of file class.ilStudyProgrammeTypeGUI.php.
References $form.
Referenced by executeCommand().
|
protected |
Check if user can edit types.
Definition at line 147 of file class.ilStudyProgrammeTypeGUI.php.
References ilUtil\sendFailure().
Referenced by executeCommand().
|
protected |
Create (save) type.
Definition at line 256 of file class.ilStudyProgrammeTypeGUI.php.
References $form.
Referenced by executeCommand().
|
protected |
Delete a type.
Definition at line 286 of file class.ilStudyProgrammeTypeGUI.php.
References $_GET, $type, and ilUtil\sendFailure().
|
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().
|
protected |
Definition at line 197 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by executeCommand().
|
protected |
Display form for editing custom icons.
Definition at line 175 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by executeCommand().
ilStudyProgrammeTypeGUI::executeCommand | ( | ) |
Definition at line 93 of file class.ilStudyProgrammeTypeGUI.php.
References add(), checkAccess(), 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 219 of file class.ilStudyProgrammeTypeGUI.php.
References $table, and ilLinkButton\getInstance().
Referenced by executeCommand().
|
protected |
Add subtabs for editing type.
Definition at line 159 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by executeCommand().
|
protected |
Update (save) type.
Definition at line 271 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 204 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by executeCommand().
|
protected |
Save icon.
Definition at line 185 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by executeCommand().
|
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().