|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilStudyProgrammeCommonSettingsGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilGlobalTemplateInterface $tpl, ilLanguage $lng, ilObjectService $object_service) | |
| executeCommand () | |
| setObject (ilObjStudyProgramme $object) | |
Data Fields | |
| const | CMD_EDIT = 'editSettings' |
| const | CMD_SAVE = 'saveSettings' |
Protected Member Functions | |
| editSettings (ilPropertyFormGUI $form=null) | |
| buildForm () | |
| addServiceSettingsToForm (ilPropertyFormGUI $form) | |
| saveSettings () | |
| txt (string $code) | |
Protected Attributes | |
| $object | |
| $ctrl | |
| $tpl | |
| $lng | |
| $object_service | |
Definition at line 5 of file class.ilStudyProgrammeCommonSettingsGUI.php.
| ilStudyProgrammeCommonSettingsGUI::__construct | ( | ilCtrl | $ctrl, |
| ilGlobalTemplateInterface | $tpl, | ||
| ilLanguage | $lng, | ||
| ilObjectService | $object_service | ||
| ) |
Definition at line 35 of file class.ilStudyProgrammeCommonSettingsGUI.php.
References $ctrl, $lng, $object_service, and $tpl.
|
protected |
Definition at line 92 of file class.ilStudyProgrammeCommonSettingsGUI.php.
References ilObjectServiceSettingsGUI\initServiceSettingsForm(), and ilObjectServiceSettingsGUI\ORGU_POSITION_ACCESS.
Referenced by buildForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 79 of file class.ilStudyProgrammeCommonSettingsGUI.php.
References addServiceSettingsToForm(), and txt().
Referenced by editSettings(), and saveSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 71 of file class.ilStudyProgrammeCommonSettingsGUI.php.
References buildForm().
Referenced by executeCommand(), and saveSettings().
Here is the call graph for this function:
Here is the caller graph for this function:| ilStudyProgrammeCommonSettingsGUI::executeCommand | ( | ) |
Definition at line 47 of file class.ilStudyProgrammeCommonSettingsGUI.php.
References CMD_EDIT, CMD_SAVE, editSettings(), and saveSettings().
Here is the call graph for this function:
|
protected |
Definition at line 103 of file class.ilStudyProgrammeCommonSettingsGUI.php.
References buildForm(), editSettings(), ilObjectServiceSettingsGUI\ORGU_POSITION_ACCESS, and ilObjectServiceSettingsGUI\updateServiceSettingsForm().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilStudyProgrammeCommonSettingsGUI::setObject | ( | ilObjStudyProgramme | $object | ) |
Definition at line 66 of file class.ilStudyProgrammeCommonSettingsGUI.php.
References $object.
|
protected |
Definition at line 125 of file class.ilStudyProgrammeCommonSettingsGUI.php.
Referenced by buildForm().
Here is the caller graph for this function:
|
protected |
Definition at line 18 of file class.ilStudyProgrammeCommonSettingsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilStudyProgrammeCommonSettingsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 13 of file class.ilStudyProgrammeCommonSettingsGUI.php.
Referenced by setObject().
|
protected |
Definition at line 33 of file class.ilStudyProgrammeCommonSettingsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 23 of file class.ilStudyProgrammeCommonSettingsGUI.php.
Referenced by __construct().
| const ilStudyProgrammeCommonSettingsGUI::CMD_EDIT = 'editSettings' |
Definition at line 7 of file class.ilStudyProgrammeCommonSettingsGUI.php.
Referenced by executeCommand().
| const ilStudyProgrammeCommonSettingsGUI::CMD_SAVE = 'saveSettings' |
Definition at line 8 of file class.ilStudyProgrammeCommonSettingsGUI.php.
Referenced by executeCommand().