|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for ilIndividualAssessmentSettingsGUI:Public Member Functions | |
| executeCommand () | |
Data Fields | |
| const | PROP_CONTENT = "content" |
| const | PROP_RECORD_TEMPLATE = "record_template" |
| const | PROP_TITLE = "title" |
| const | PROP_DESCRIPTION = "description" |
| const | PROP_EVENT_TIME_PLACE_REQUIRED = "event_time_place_required" |
| const | PROP_FILE_REQUIRED = "file_required" |
| 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.
|
protected |
Definition at line 68 of file class.ilIndividualAssessmentSettingsGUI.php.
|
protected |
Definition at line 73 of file class.ilIndividualAssessmentSettingsGUI.php.
References $form, fillForm(), initSettingsForm(), and renderForm().
Here is the call graph for this function:
|
protected |
Definition at line 80 of file class.ilIndividualAssessmentSettingsGUI.php.
References $form, fillInfoForm(), initInfoSettingsForm(), and renderForm().
Here is the call graph for this function:| ilIndividualAssessmentSettingsGUI::executeCommand | ( | ) |
Definition at line 50 of file class.ilIndividualAssessmentSettingsGUI.php.
|
protected |
Definition at line 229 of file class.ilIndividualAssessmentSettingsGUI.php.
References ilIndividualAssessmentSettings\content(), ilIndividualAssessmentSettings\eventTimePlaceRequired(), ilIndividualAssessmentSettings\fileRequired(), ilObject\getDescription(), ilObject\getId(), ilOrgUnitGlobalSettings\getInstance(), ilObject\getTitle(), ilObjectServiceSettingsGUI\ORGU_POSITION_ACCESS, 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 217 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 36 of file class.ilIndividualAssessmentSettingsGUI.php.
References $tabs.
|
protected |
Definition at line 185 of file class.ilIndividualAssessmentSettingsGUI.php.
References $form.
Referenced by editInfo(), and updateInfo().
Here is the caller graph for this function:
|
protected |
Definition at line 134 of file class.ilIndividualAssessmentSettingsGUI.php.
References $form, ilObjectServiceSettingsGUI\initServiceSettingsForm(), and ilObjectServiceSettingsGUI\ORGU_POSITION_ACCESS.
Referenced by edit(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 105 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 110 of file class.ilIndividualAssessmentSettingsGUI.php.
References $_POST, $form, initSettingsForm(), ilObjectServiceSettingsGUI\ORGU_POSITION_ACCESS, renderForm(), ilUtil\sendSuccess(), and ilObjectServiceSettingsGUI\updateServiceSettingsForm().
Here is the call graph for this function:
|
protected |
Definition at line 87 of file class.ilIndividualAssessmentSettingsGUI.php.
References $_POST, $form, 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_EVENT_TIME_PLACE_REQUIRED = "event_time_place_required" |
Definition at line 9 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::PROP_FILE_REQUIRED = "file_required" |
Definition at line 10 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::PROP_INFO_CONSULTATION = "consultatilon" |
Definition at line 16 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::PROP_INFO_CONTACT = "contact" |
Definition at line 12 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::PROP_INFO_MAILS = "mails" |
Definition at line 15 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::PROP_INFO_PHONE = "phone" |
Definition at line 14 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::PROP_INFO_RESPONSIBILITY = "responsibility" |
Definition at line 13 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 18 of file class.ilIndividualAssessmentSettingsGUI.php.
| const ilIndividualAssessmentSettingsGUI::TAB_EDIT_INFO = 'infoSettings' |
Definition at line 19 of file class.ilIndividualAssessmentSettingsGUI.php.