|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for ilIndividualAssessmentSettingsGUI:Public Member Functions | |
| __construct ($a_parent_gui, $a_ref_id) | |
| executeCommand () | |
Data Fields | |
| const | PROP_CONTENT = "content" |
| const | PROP_RECORD_TEMPLATE = "record_template" |
| const | PROP_TITLE = "title" |
| const | PROP_DESCRIPTION = "description" |
| const | PROP_INFO_CONTACT = "contact" |
| const | PROP_INFO_RESPONSIBILITY = "responsibility" |
| const | PROP_INFO_PHONE = "phone" |
| const | PROP_INFO_MAILS = "mails" |
| const | PROP_INFO_CONSULTATION = "consultatilon" |
| const | TAB_EDIT = 'settings' |
| const | TAB_EDIT_INFO = 'infoSettings' |
Protected Member Functions | |
| getSubTabs (ilTabsGUI $tabs) | |
| cancel () | |
| edit () | |
| editInfo () | |
| updateInfo () | |
| renderForm (ilPropertyFormGUI $a_form) | |
| update () | |
| initSettingsForm () | |
| initInfoSettingsForm () | |
| fillInfoForm (ilPropertyFormGUI $a_form, ilIndividualAssessmentInfoSettings $settings) | |
| fillForm (ilPropertyFormGUI $a_form, ilObjIndividualAssessment $iass, ilIndividualAssessmentSettings $settings) | |
Definition at line 3 of file class.ilIndividualAssessmentSettingsGUI.php.
| ilIndividualAssessmentSettingsGUI::__construct | ( | $a_parent_gui, | |
| $a_ref_id | |||
| ) |
Definition at line 19 of file class.ilIndividualAssessmentSettingsGUI.php.
References $DIC, and getSubTabs().
Here is the call graph for this function:
|
protected |
Definition at line 57 of file class.ilIndividualAssessmentSettingsGUI.php.
|
protected |
Definition at line 61 of file class.ilIndividualAssessmentSettingsGUI.php.
References fillForm(), initSettingsForm(), and renderForm().
Here is the call graph for this function:
|
protected |
Definition at line 69 of file class.ilIndividualAssessmentSettingsGUI.php.
References fillInfoForm(), initInfoSettingsForm(), and renderForm().
Here is the call graph for this function:| ilIndividualAssessmentSettingsGUI::executeCommand | ( | ) |
Definition at line 40 of file class.ilIndividualAssessmentSettingsGUI.php.
References $cmd.
|
protected |
Definition at line 187 of file class.ilIndividualAssessmentSettingsGUI.php.
References ilIndividualAssessmentSettings\content(), ilObject\getDescription(), ilObject\getTitle(), ilIndividualAssessmentSettings\recordTemplate(), and ilPropertyFormGUI\setValuesByArray().
Referenced by edit().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 176 of file class.ilIndividualAssessmentSettingsGUI.php.
References ilIndividualAssessmentInfoSettings\consultationHours(), ilIndividualAssessmentInfoSettings\contact(), ilIndividualAssessmentInfoSettings\mails(), ilIndividualAssessmentInfoSettings\phone(), ilIndividualAssessmentInfoSettings\responsibility(), and ilPropertyFormGUI\setValuesByArray().
Referenced by editInfo().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 31 of file class.ilIndividualAssessmentSettingsGUI.php.
References ilTabsGUI\addSubTab().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 145 of file class.ilIndividualAssessmentSettingsGUI.php.
Referenced by editInfo(), and updateInfo().
Here is the caller graph for this function:
|
protected |
Definition at line 113 of file class.ilIndividualAssessmentSettingsGUI.php.
Referenced by edit(), and update().
Here is the caller graph for this function:
|
protected |
Definition at line 93 of file class.ilIndividualAssessmentSettingsGUI.php.
References ilPropertyFormGUI\getHTML().
Referenced by edit(), editInfo(), update(), and updateInfo().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 97 of file class.ilIndividualAssessmentSettingsGUI.php.
References $_POST, initSettingsForm(), renderForm(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
Definition at line 76 of file class.ilIndividualAssessmentSettingsGUI.php.
References $_POST, initInfoSettingsForm(), renderForm(), and ilUtil\sendSuccess().
Here is the call graph for this function:| const ilIndividualAssessmentSettingsGUI::PROP_CONTENT = "content" |
Definition at line 5 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::PROP_DESCRIPTION = "description" |
Definition at line 8 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::PROP_INFO_CONSULTATION = "consultatilon" |
Definition at line 14 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::PROP_INFO_CONTACT = "contact" |
Definition at line 10 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::PROP_INFO_MAILS = "mails" |
Definition at line 13 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::PROP_INFO_PHONE = "phone" |
Definition at line 12 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::PROP_INFO_RESPONSIBILITY = "responsibility" |
Definition at line 11 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::PROP_RECORD_TEMPLATE = "record_template" |
Definition at line 6 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::PROP_TITLE = "title" |
Definition at line 7 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::TAB_EDIT = 'settings' |
Definition at line 16 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::TAB_EDIT_INFO = 'infoSettings' |
Definition at line 17 of file class.ilIndividualAssessmentSettingsGUI.php.