| ILIAS
    release_6 Revision v6.24-5-g0c8bfefb3b8
    | 
This class represents a property form user interface. More...
 Inheritance diagram for ilPropertyFormGUI:
 Inheritance diagram for ilPropertyFormGUI: Collaboration diagram for ilPropertyFormGUI:
 Collaboration diagram for ilPropertyFormGUI:| Public Member Functions | |
| __construct () | |
| Constructor.  More... | |
| executeCommand () | |
| Execute command.  More... | |
| setTableWidth ($a_width) | |
| Set table width.  More... | |
| getTableWidth () | |
| get table width  More... | |
| setMode ($a_mode) | |
| Set Mode ('std', 'subform').  More... | |
| getMode () | |
| Get Mode ('std', 'subform').  More... | |
| setTitle ($a_title) | |
| Set Title.  More... | |
| getTitle () | |
| Get Title.  More... | |
| setTitleIcon ($a_titleicon) | |
| Set TitleIcon.  More... | |
| getTitleIcon () | |
| Get TitleIcon.  More... | |
| setDescription ($a_val) | |
| Set description.  More... | |
| getDescription () | |
| Get description.  More... | |
| setTopAnchor ($a_val) | |
| Set top anchor.  More... | |
| getTopAnchor () | |
| Get top anchor.  More... | |
| setShowTopButtons ($a_val) | |
| Get show top buttons.  More... | |
| getShowTopButtons () | |
| Set show top buttons.  More... | |
| setForceTopButtons ($a_val) | |
| Set force top buttons.  More... | |
| getForceTopButtons () | |
| Get force top buttons.  More... | |
| addItem ($a_item) | |
| Add Item (Property, SectionHeader).  More... | |
| removeItemByPostVar ($a_post_var, $a_remove_unused_headers=false) | |
| Remove Item.  More... | |
| getItemByPostVar ($a_post_var) | |
| Get Item by POST variable.  More... | |
| setItems ($a_items) | |
| Set Items.  More... | |
| getItems () | |
| Get Items.  More... | |
| getInputItemsRecursive () | |
| returns a flat array of all input items including the possibly existing subitems recursively  More... | |
| setDisableStandardMessage ($a_val) | |
| Set disable standard message.  More... | |
| getDisableStandardMessage () | |
| Get disable standard message.  More... | |
| getHideLabels () | |
| Get a value indicating whether the labels should be hidden or not.  More... | |
| setHideLabels ($a_value=true) | |
| Set a value indicating whether the labels should be hidden or not.  More... | |
| setValuesByArray ($a_values, $a_restrict_to_value_keys=false) | |
| Set form values from an array.  More... | |
| setValuesByPost () | |
| Set form values from POST values.  More... | |
| checkInput () | |
| Check Post Input.  More... | |
| getInput ($a_post_var, $ensureValidation=true) | |
| Returns the value of a HTTP-POST variable, identified by the passed id.  More... | |
| addCustomProperty ( $a_title, $a_html, $a_info="", $a_alert="", $a_required=false) | |
| Add a custom property.  More... | |
| addCommandButton ($a_cmd, $a_text, $a_id="") | |
| Add Command button.  More... | |
| getCommandButtons () | |
| Return all Command buttons.  More... | |
| clearCommandButtons () | |
| Remove all command buttons.  More... | |
| getContent () | |
| Get Content.  More... | |
| insertItem ($item, $a_sub_item=false) | |
| getHTML () | |
| Get HTML.  More... | |
| getFileUpload ($a_field, $a_index=null, $a_sub_index=null) | |
| Get file upload data.  More... | |
| hasFileUpload ($a_field, $a_index=null, $a_sub_index=null) | |
| Was any file uploaded?  More... | |
| moveFileUpload ($a_target_directory, $a_field, $a_target_name=null, $a_index=null, $a_sub_index=null) | |
| Move upload to target directory.  More... | |
|  Public Member Functions inherited from ilFormGUI | |
| setFormAction ($a_formaction) | |
| Set FormAction.  More... | |
| getFormAction () | |
| Get FormAction.  More... | |
| setTarget ($a_target) | |
| Set Target.  More... | |
| getTarget () | |
| Get Target.  More... | |
| setMultipart ($a_multipart) | |
| Set Enctype Multipart/Formdata true/false.  More... | |
| getMultipart () | |
| Get Enctype Multipart/Formdata true/false.  More... | |
| setId ($a_id) | |
| Set Id.  More... | |
| getId () | |
| Get Id.  More... | |
| setName ($a_name) | |
| Set Name.  More... | |
| getName () | |
| Get Name.  More... | |
| setKeepOpen ($a_keepopen) | |
| Set Keep Form Tag Open.  More... | |
| getKeepOpen () | |
| Get Keep Form Tag Open.  More... | |
| setOpenTag ($a_open) | |
| Enable/Disable Open Form Tag.  More... | |
| getOpenTag () | |
| Get Open Form Tag Enabled.  More... | |
| setCloseTag ($a_val) | |
| Set close tag.  More... | |
| getCloseTag () | |
| Get close tag.  More... | |
| setPreventDoubleSubmission ($a_val) | |
| Set prevent double submission.  More... | |
| getPreventDoubleSubmission () | |
| Get prevent double submission.  More... | |
| getHTML () | |
| Get HTML.  More... | |
| getContent () | |
| Get Content.  More... | |
| Protected Member Functions | |
| hideRequired ($a_type) | |
| rebuildUploadedFiles () | |
| try to rebuild files  More... | |
| Protected Attributes | |
| $lng | |
| $ctrl | |
| $tpl | |
| $user | |
| $settings | |
| $mode = "std" | |
| $check_input_called = false | |
| $disable_standard_message = false | |
| $top_anchor = "il_form_top" | |
| $titleicon = false | |
| $description = "" | |
| $tbl_width = false | |
| $show_top_buttons = true | |
| $hide_labels = false | |
| $force_top_buttons = false | |
|  Protected Attributes inherited from ilFormGUI | |
| $formaction | |
| $multipart = false | |
| $keepopen = false | |
| $opentag = true | |
| $id | |
| $name | |
| $prevent_double_submission = false | |
| Private Attributes | |
| $buttons = array() | |
| $items = array() | |
This class represents a property form user interface.
Definition at line 47 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::__construct | ( | ) | 
Constructor.
Reimplemented in ilAddAnswerModalFormGUI, ilAssOrderingQuestionAuthoringFormGUI, and ilAssQuestionAuthoringFormGUI.
Definition at line 93 of file class.ilPropertyFormGUI.php.
References $DIC, $lng, rebuildUploadedFiles(), ilFormGUI\setPreventDoubleSubmission(), settings(), and user().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPropertyFormGUI::addCommandButton | ( | $a_cmd, | |
| $a_text, | |||
| $a_id = "" | |||
| ) | 
Add Command button.
| string | Command | 
| string | Text | 
Definition at line 618 of file class.ilPropertyFormGUI.php.
Referenced by FormMailCodesGUI\__construct(), ilChatroomFormFactory\addDefaultBehaviour(), ilAssQuestionAuthoringFormGUI\addGenericAssessmentQuestionCommandButtons(), ilAssOrderingQuestionAuthoringFormGUI\addSpecificOrderingQuestionCommandButtons(), ilTestRandomQuestionSetGeneralConfigFormGUI\build(), ilAddAnswerModalFormGUI\build(), ilAssQuestionSkillAssignmentPropertyFormGUI\build(), ilTestRandomQuestionSetPoolDefinitionFormGUI\build(), ilAsyncPropertyFormGUI\cloneForm(), ilSamlSettingsGUI\getIdpForm(), ilSamlSettingsGUI\getIdpSettingsForm(), ilSamlSettingsGUI\getSettingsForm(), ilMailOptionsFormGUI\init(), ilBiblFieldFilterFormGUI\initButtons(), ILIAS\Modules\OrgUnit\ARHelper\BaseForm\initButtons(), ilOrgUnitDefaultPermissionFormGUI\initButtons(), ilMemcacheServerFormGUI\initButtons(), arEditGUI\initCommandButtons(), ilLTIConsumeProviderFormGUI\initForm(), ilLTIConsumerSettingsFormGUI\initForm(), ilBiblLibraryFormGUI\initForm(), ilDclTableViewEditFormGUI\initForm(), ilFileVersionFormGUI\initForm(), ilForumThreadFormGUI\initForm(), ilOrgUnitTypeCustomIconsFormGUI\initForm(), ilOrgUnitTypeFormGUI\initForm(), ilStudyProgrammeTypeCustomIconsFormGUI\initForm(), ilAccessibilityDocumentFormGUI\initForm(), ilTermsOfServiceSettingsFormGUI\initForm(), ilTermsOfServiceDocumentFormGUI\initForm(), and ilWebDAVMountInstructionsDocumentFormGUI\initForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::addCustomProperty | ( | $a_title, | |
| $a_html, | |||
| $a_info = "", | |||
| $a_alert = "", | |||
| $a_required = false | |||
| ) | 
Add a custom property.
| string | Title | 
| string | HTML. | 
| string | Info text. | 
| string | Alert text. | 
| boolean | Required field. (Default false) | 
Definition at line 599 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::addItem | ( | $a_item | ) | 
Add Item (Property, SectionHeader).
| object | $a_property | Item object | 
Definition at line 311 of file class.ilPropertyFormGUI.php.
Referenced by FormMailCodesGUI\__construct(), ilObjTestSettingsGeneralGUI\addAvailabilityProperties(), ilObjLearningSequenceSettingsGUI\addCommonFieldsToForm(), ilIndividualAssessmentCommonSettingsGUI\addCommonFieldsToForm(), ilPhantomJSRenderer\addConfigElementsToForm(), ilTCPDFRenderer\addConfigElementsToForm(), ilObjRemoteCourseGUI\addCustomEditForm(), ilObjRemoteGlossaryGUI\addCustomEditForm(), ilObjRemoteGroupGUI\addCustomEditForm(), ilObjRemoteLearningModuleGUI\addCustomEditForm(), ilObjRemoteTestGUI\addCustomEditForm(), ilObjRemoteWikiGUI\addCustomEditForm(), ilAdvancedMDFieldDefinitionFloat\addCustomFieldToDefinitionForm(), ilAdvancedMDFieldDefinitionGroupBased\addCustomFieldToDefinitionForm(), ilAdvancedMDFieldDefinitionInteger\addCustomFieldToDefinitionForm(), ilAdvancedMDFieldDefinitionSelect\addCustomFieldToDefinitionForm(), ilAdvancedMDFieldDefinitionText\addCustomFieldToDefinitionForm(), ilCronDeleteNeverLoggedInUserAccounts\addCustomSettingsToForm(), ilForumCronNotification\addCustomSettingsToForm(), ilConsultationHourCron\addCustomSettingsToForm(), ilDAVCronDiskQuota\addCustomSettingsToForm(), ilLoggerCronCleanErrorFiles\addCustomSettingsToForm(), ilMailCronNotification\addCustomSettingsToForm(), ilMailCronOrphanedMails\addCustomSettingsToForm(), ilCronOerHarvester\addCustomSettingsToForm(), ilCronDeleteInactivatedUserAccounts\addCustomSettingsToForm(), ilCronDeleteInactiveUserAccounts\addCustomSettingsToForm(), ilSCCronTrash\addCustomSettingsToForm(), ilExAssTypePortfolioGUI\addEditFormCustomProperties(), ilExAssTypeTextGUI\addEditFormCustomProperties(), ilExAssTypeWikiTeamGUI\addEditFormCustomProperties(), SurveyMatrixQuestionGUI\addFieldsToEditForm(), SurveyMetricQuestionGUI\addFieldsToEditForm(), SurveyMultipleChoiceQuestionGUI\addFieldsToEditForm(), SurveySingleChoiceQuestionGUI\addFieldsToEditForm(), SurveyTextQuestionGUI\addFieldsToEditForm(), arEditGUI\addFormField(), ilCharSelectorGUI\addFormProperties(), ilObjTestSettingsGeneralGUI\addGeneralProperties(), ilPersonalProfileGUI\addLocationToForm(), ilMembershipRegistrationSettingsGUI\addMembershipFormElements(), ilSamlSettingsGUI\addMetadataElement(), ilObjTestSettingsScoringResultsGUI\addMiscSettingsFormSection(), ilObjTestSettingsGeneralGUI\addPresentationProperties(), ilObjTestSettingsGeneralGUI\addQuestionBehaviourProperties(), ilObjTestSettingsScoringResultsGUI\addResultDetailsSettingsFormSection(), ilObjTestSettingsScoringResultsGUI\addResultSummarySettingsFormSection(), ilObjTestSettingsScoringResultsGUI\addScoringSettingsFormSection(), ilECSObjectSettings\addSettingsToForm(), ilSkillTreeNodeGUI\addStatusInput(), ilObjTestSettingsGeneralGUI\addTestAccessProperties(), ilObjTestSettingsGeneralGUI\addTestFinishProperties(), ilObjTestSettingsGeneralGUI\addTestIntroProperties(), ilObjTestSettingsGeneralGUI\addTestRunProperties(), ilObjTestSettingsGeneralGUI\addTestSequenceProperties(), ilAdvancedMDFieldDefinition\addToFieldDefinitionForm(), ilTaxMDGUI\addToMDForm(), ilOrgUnitTypeFormGUI\addTranslationInputs(), ilWkhtmlToPdfConfigFormGUI\appendOutputOptionsForm(), ilWkhtmlToPdfConfigFormGUI\appendPageSettingsForm(), ilTestRandomQuestionSetGeneralConfigFormGUI\build(), ilAddAnswerModalFormGUI\build(), ilAssQuestionSkillAssignmentPropertyFormGUI\build(), ilTestRandomQuestionSetPoolDefinitionFormGUI\build(), ilAsyncPropertyFormGUI\cloneForm(), ilAssQuestionFeedback\completeGenericFormProperties(), ilAssClozeTestFeedback\completeSpecificFormProperties(), ilAssConfigurableMultiOptionQuestionFeedback\completeSpecificFormProperties(), ilAssMultiOptionQuestionFeedback\completeSpecificFormProperties(), getContent(), ilSamlSettingsGUI\getIdpSettingsForm(), ilSamlSettingsGUI\getSettingsForm(), ilExAssignmentEditorGUI\handleDisabledPeerFields(), ilMailOptionsFormGUI\init(), ilCourseLPBadgeGUI\initConfigForm(), ilUserProfileBadgeGUI\initConfigForm(), ilObjPortfolioGUI\initCopyPageFormOptions(), ilObjPortfolioTemplateGUI\initCopyPageFormOptions(), ilExcCriteriaText\initCustomForm(), ilObjPortfolioTemplateGUI\initDidacticTemplate(), ilObjectGUI\initDidacticTemplate(), ilObjContentPageGUI\initEditCustomForm(), ilObjBibliographicGUI\initEditCustomForm(), ilObjBlogGUI\initEditCustomForm(), ilObjBookingPoolGUI\initEditCustomForm(), ilObjExerciseGUI\initEditCustomForm(), ilObjItemGroupGUI\initEditCustomForm(), ilObjMediaPoolGUI\initEditCustomForm(), ilObjPollGUI\initEditCustomForm(), ilObjPortfolioBaseGUI\initEditCustomForm(), ilObjPortfolioTemplateGUI\initEditCustomForm(), ilLTIConsumeProviderFormGUI\initForm(), ilLTIConsumerSettingsFormGUI\initForm(), ilBiblLibraryFormGUI\initForm(), ilBiblFieldFilterFormGUI\initForm(), ilDclTableViewEditFormGUI\initForm(), ilFileVersionFormGUI\initForm(), ilForumThreadFormGUI\initForm(), ilOrgUnitTypeCustomIconsFormGUI\initForm(), ilOrgUnitTypeFormGUI\initForm(), ilStudyProgrammeTypeCustomIconsFormGUI\initForm(), ilAccessibilityDocumentFormGUI\initForm(), ilMemcacheServerFormGUI\initForm(), ilTermsOfServiceSettingsFormGUI\initForm(), ilTermsOfServiceDocumentFormGUI\initForm(), ilWebDAVMountInstructionsDocumentFormGUI\initForm(), ilOrgUnitAuthorityFormGUI\initFormElements(), ilOrgUnitPositionFormGUI\initFormElements(), ilOrgUnitDefaultPermissionFormGUI\initFormElements(), ilContainerGUI\initListPresentationForm(), ilAdvancedMDFieldDefinitionGroupBased\initOptionForm(), ilObjectServiceSettingsGUI\initServiceSettingsForm(), ilContainerGUI\initSortingForm(), insertItem(), ilMDEditorGUI\listQuickEditCopyright(), ilAdministrationSettingsFormHandler\parseFieldDefinition(), assMatchingQuestionGUI\populateAnswerSpecificFormPart(), assMultipleChoiceGUI\populateAnswerSpecificFormPart(), assNumericGUI\populateAnswerSpecificFormPart(), assSingleChoiceGUI\populateAnswerSpecificFormPart(), assTextQuestionGUI\populateAnswerSpecificFormPart(), assTextSubsetGUI\populateAnswerSpecificFormPart(), assClozeTestGUI\populateAnswerSpecificFormPart(), assErrorTextGUI\populateAnswerSpecificFormPart(), assKprimChoiceGUI\populateAnswerSpecificFormPart(), assOrderingQuestionGUI\populateAnswerSpecificFormPart(), assErrorTextGUI\populateCorrectionsFormProperties(), assFileUploadGUI\populateCorrectionsFormProperties(), assImagemapQuestionGUI\populateCorrectionsFormProperties(), assKprimChoiceGUI\populateCorrectionsFormProperties(), assLongMenuGUI\populateCorrectionsFormProperties(), assMatchingQuestionGUI\populateCorrectionsFormProperties(), assMultipleChoiceGUI\populateCorrectionsFormProperties(), assNumericGUI\populateCorrectionsFormProperties(), assOrderingHorizontalGUI\populateCorrectionsFormProperties(), assOrderingQuestionGUI\populateCorrectionsFormProperties(), assSingleChoiceGUI\populateCorrectionsFormProperties(), assTextSubsetGUI\populateCorrectionsFormProperties(), ilAssQuestionSkillAssignmentPropertyFormGUI\populateFullProperties(), assClozeTestGUI\populateGapCombinationCorrectionFormProperty(), ilAssQuestionSkillAssignmentPropertyFormGUI\populateLimitedProperties(), assImagemapQuestionGUI\populateQuestionSpecificFormPart(), assJavaAppletGUI\populateQuestionSpecificFormPart(), assMatchingQuestionGUI\populateQuestionSpecificFormPart(), assMultipleChoiceGUI\populateQuestionSpecificFormPart(), assNumericGUI\populateQuestionSpecificFormPart(), assOrderingHorizontalGUI\populateQuestionSpecificFormPart(), assOrderingQuestionGUI\populateQuestionSpecificFormPart(), assSingleChoiceGUI\populateQuestionSpecificFormPart(), assTextQuestionGUI\populateQuestionSpecificFormPart(), assTextSubsetGUI\populateQuestionSpecificFormPart(), assClozeTestGUI\populateQuestionSpecificFormPart(), assErrorTextGUI\populateQuestionSpecificFormPart(), assFileUploadGUI\populateQuestionSpecificFormPart(), assFlashQuestionGUI\populateQuestionSpecificFormPart(), assKprimChoiceGUI\populateQuestionSpecificFormPart(), assLongMenuGUI\populateQuestionSpecificFormPart(), assQuestionGUI\populateTaxonomyFormSection(), ilAdvancedMDFieldDefinitionSelect\prepareCustomDefinitionFormConfirmation(), ilAdvancedMDFieldDefinition\prepareDefinitionFormConfirmation(), ilBiblEntryDetailPresentationGUI\renderAttributes(), and ilBiblEntryDetailPresentationGUI\renderLibraries().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::checkInput | ( | ) | 
Check Post Input.
This method also strips slashes and html from input and sets the alert texts for the items, if the input was not ok.
Reimplemented in ilAsyncPropertyFormGUI.
Definition at line 488 of file class.ilPropertyFormGUI.php.
References $_POST, $data, $DIC, $http, $ok, $txt, getDisableStandardMessage(), getItemByPostVar(), ILIAS\Filesystem\Stream\Streams\ofString(), and ilUtil\sendFailure().
Referenced by ilBiblFieldFilterFormGUI\fillObject(), ilOrgUnitAuthorityFormGUI\fillObject(), ilOrgUnitDefaultPermissionFormGUI\fillObject(), ilObjOrgUnitSettingsFormGUI\fillObject(), ilOrgUnitTypeAdvancedMetaDataFormGUI\fillObject(), ilOrgUnitTypeFormGUI\fillObject(), ilAccessibilityCriterionFormGUI\fillObject(), ilMemcacheServerFormGUI\fillObject(), ilTermsOfServiceSettingsFormGUI\fillObject(), ilTermsOfServiceCriterionFormGUI\fillObject(), ilStudyProgrammeTypeAdvancedMetaDataFormGUI\fillObject(), ilExAssignmentEditorGUI\processForm(), ilExAssignmentEditorGUI\processPeerReviewForm(), ilMailOptionsFormGUI\save(), ilObjectCustomIconConfigurationGUI\saveForm(), ilSamlSettingsGUI\saveIdpSettings(), ilSamlSettingsGUI\saveNewIdp(), ilBiblLibraryFormGUI\saveObject(), ilSamlSettingsGUI\saveSettings(), ilSamlSettingsGUI\saveUserAttributeMapping(), and arEditGUI\setArFieldsAfterSubmit().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::clearCommandButtons | ( | ) | 
Remove all command buttons.
Definition at line 637 of file class.ilPropertyFormGUI.php.
Referenced by ilAssOrderingQuestionAuthoringFormGUI\renewOrderingCommandButtons().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::executeCommand | ( | ) | 
Execute command.
Definition at line 124 of file class.ilPropertyFormGUI.php.
References $ctrl, $ilCtrl, and getItemByPostVar().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPropertyFormGUI::getCommandButtons | ( | ) | 
Return all Command buttons.
Definition at line 629 of file class.ilPropertyFormGUI.php.
References $buttons.
Referenced by ilAsyncPropertyFormGUI\cloneForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::getContent | ( | ) | 
Get Content.
Reimplemented from ilFormGUI.
Definition at line 645 of file class.ilPropertyFormGUI.php.
References $_POST, $DIC, $ilSetting, $lng, $settings, $tpl, ilCharSelectorGUI\_getCurrentGUI(), ilCharSelectorGUI\_isAllowed(), addItem(), ilCharSelectorConfig\ENABLED, getDescription(), getMode(), ilFormGUI\getMultipart(), getShowTopButtons(), getTableWidth(), getTitle(), getTitleIcon(), ilYuiUtil\initAnimation(), ilYuiUtil\initDom(), ilYuiUtil\initEvent(), insertItem(), and setTitle().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPropertyFormGUI::getDescription | ( | ) | 
Get description.
Definition at line 243 of file class.ilPropertyFormGUI.php.
References $description.
Referenced by getContent().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::getDisableStandardMessage | ( | ) | 
Get disable standard message.
Definition at line 431 of file class.ilPropertyFormGUI.php.
References $disable_standard_message.
Referenced by checkInput().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::getFileUpload | ( | $a_field, | |
| $a_index = null, | |||
| $a_sub_index = null | |||
| ) | 
Get file upload data.
| string | $a_field | form field | 
| mixed | $a_index | form field index (if array) | 
| mixed | $a_sub_index | form field subindex (if array) | 
Definition at line 1028 of file class.ilPropertyFormGUI.php.
References $res.
Referenced by hasFileUpload(), and moveFileUpload().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::getForceTopButtons | ( | ) | 
Get force top buttons.
Definition at line 300 of file class.ilPropertyFormGUI.php.
References $force_top_buttons.
| ilPropertyFormGUI::getHideLabels | ( | ) | 
Get a value indicating whether the labels should be hidden or not.
Definition at line 441 of file class.ilPropertyFormGUI.php.
References $hide_labels.
Referenced by insertItem().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::getHTML | ( | ) | 
Get HTML.
Reimplemented from ilFormGUI.
Reimplemented in ilLTIConsumerProviderSelectionFormTableGUI, and ilAsyncPropertyFormGUI.
Definition at line 956 of file class.ilPropertyFormGUI.php.
Referenced by ilChatroomAdminViewGUI\createSettingTemplate(), arGUI\save(), ilCertificateGUI\setTemplateContent(), ilSamlSettingsGUI\showIdpSettings(), ilSamlSettingsGUI\showNewIdpForm(), ilSamlSettingsGUI\showSettings(), and ilSamlSettingsGUI\showUserAttributeMappingForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::getInput | ( | $a_post_var, | |
| $ensureValidation = true | |||
| ) | 
Returns the value of a HTTP-POST variable, identified by the passed id.
| string | The key used for value determination | 
| boolean | A flag whether the form input has to be validated before calling this method | 
Definition at line 580 of file class.ilPropertyFormGUI.php.
References $_POST.
Referenced by ilAdvancedMDFieldDefinitionSelect\buildConfirmedObjects(), ilDclTextFieldModel\checkFieldCreationInput(), ilDclBaseFieldModel\checkValidityFromForm(), ilDclTextFieldModel\checkValidityFromForm(), ilDclTableViewEditFormGUI\createTableView(), ilCmiXapiLP\fetchModeOption(), ilBiblFieldFilterFormGUI\fillObject(), ilOrgUnitAuthorityFormGUI\fillObject(), ilOrgUnitDefaultPermissionFormGUI\fillObject(), ilObjOrgUnitSettingsFormGUI\fillObject(), ilOrgUnitTypeAdvancedMetaDataFormGUI\fillObject(), ilOrgUnitTypeFormGUI\fillObject(), ilAccessibilityCriterionFormGUI\fillObject(), ilMemcacheServerFormGUI\fillObject(), ilTermsOfServiceCriterionFormGUI\fillObject(), ilStudyProgrammeTypeAdvancedMetaDataFormGUI\fillObject(), ilAccessibilityUserHasLanguageCriterionGUI\getConfigByForm(), ilTermsOfServiceUserHasGlobalRoleCriterionGUI\getConfigByForm(), ilTermsOfServiceUserHasLanguageCriterionGUI\getConfigByForm(), ilCourseLPBadgeGUI\getConfigFromForm(), ilDclBaseFieldModel\getConfirmationGUI(), ilDclSelectionFieldModel\getConfirmationGUI(), ilCharSelectorGUI\getFormValues(), ilAdvancedMDFieldDefinitionFloat\importCustomDefinitionFormPostValues(), ilAdvancedMDFieldDefinitionGroupBased\importCustomDefinitionFormPostValues(), ilAdvancedMDFieldDefinitionInteger\importCustomDefinitionFormPostValues(), ilAdvancedMDFieldDefinitionSelect\importCustomDefinitionFormPostValues(), ilAdvancedMDFieldDefinitionSelectMulti\importCustomDefinitionFormPostValues(), ilAdvancedMDFieldDefinitionText\importCustomDefinitionFormPostValues(), ilExcCriteriaText\importCustomForm(), ilAdvancedMDFieldDefinition\importDefinitionFormPostValues(), SurveyMatrixQuestionGUI\importEditFormValues(), SurveyMetricQuestionGUI\importEditFormValues(), SurveyMultipleChoiceQuestionGUI\importEditFormValues(), SurveySingleChoiceQuestionGUI\importEditFormValues(), SurveyTextQuestionGUI\importEditFormValues(), ilExAssTypeTextGUI\importFormToAssignment(), ilExAssTypePortfolioGUI\importFormToAssignment(), ilExAssTypeWikiTeamGUI\importFormToAssignment(), ilLTIConsumerSettingsFormGUI\initObject(), ilLTIConsumeProviderFormGUI\initProvider(), ilDclSelectionFieldModel\isConfirmationRequired(), ilContainerReferenceGUI\loadPropertiesFromSettingsForm(), ilObjCourseReferenceGUI\loadPropertiesFromSettingsForm(), ilAdvancedMDFieldDefinitionSelect\prepareCustomDefinitionFormConfirmation(), ilAdvancedMDFieldDefinition\prepareDefinitionFormConfirmation(), ilExAssignmentEditorGUI\processForm(), ilExAssignmentEditorGUI\processPeerReviewForm(), ilConsultationHoursGUI\rewriteBookingIdsForAppointments(), ilMailOptionsFormGUI\save(), assErrorTextGUI\saveCorrectionsFormProperties(), assFileUploadGUI\saveCorrectionsFormProperties(), assKprimChoiceGUI\saveCorrectionsFormProperties(), assLongMenuGUI\saveCorrectionsFormProperties(), assMultipleChoiceGUI\saveCorrectionsFormProperties(), assNumericGUI\saveCorrectionsFormProperties(), assOrderingHorizontalGUI\saveCorrectionsFormProperties(), assOrderingQuestionGUI\saveCorrectionsFormProperties(), assSingleChoiceGUI\saveCorrectionsFormProperties(), assTextSubsetGUI\saveCorrectionsFormProperties(), ilMemberAgreementGUI\saveCourseDefinedFields(), ilForumCronNotification\saveCustomSettings(), ilConsultationHourCron\saveCustomSettings(), ilLoggerCronCleanErrorFiles\saveCustomSettings(), ilMailCronOrphanedMails\saveCustomSettings(), ilCronOerHarvester\saveCustomSettings(), ilSCCronTrash\saveCustomSettings(), ilAssQuestionFeedback\saveGenericFormProperties(), ilSamlSettingsGUI\saveIdpSettings(), ilContainerGUI\saveListPresentation(), ilSamlSettingsGUI\saveNewIdp(), assClozeTestGUI\saveNumericGapCorrectionFormProperty(), ilBiblLibraryFormGUI\saveObject(), ilTermsOfServiceSettingsFormGUI\saveObject(), ilCmiXapiRegistrationGUI\saveRegistration(), ilLTIProviderObjectSettingGUI\saveRoleSelection(), ilSamlSettingsGUI\saveSettings(), ilCmiXapiSettingsGUI\saveSettings(), ilContainerGUI\saveSortingSettings(), ilAssConfigurableMultiOptionQuestionFeedback\saveSpecificFormProperties(), ilAssMultiOptionQuestionFeedback\saveSpecificFormProperties(), ilObjTestSettingsGeneralGUI\saveTestRunProperties(), ilObjTestSettingsGeneralGUI\saveTestSequenceSettings(), ilSamlSettingsGUI\saveUserAttributeMapping(), arEditGUI\setDateTimeRecordField(), ilBookingScheduleGUI\setDefinitionFromPost(), arEditGUI\setNumericRecordField(), arEditGUI\setTextRecordField(), ilDclBaseFieldModel\storePropertiesFromForm(), ilDclSelectionFieldModel\storePropertiesFromForm(), ilObjBibliographicGUI\updateCustom(), ilObjBlogGUI\updateCustom(), ilObjBookingPoolGUI\updateCustom(), ilObjDataCollectionGUI\updateCustom(), ilObjExerciseGUI\updateCustom(), ilObjItemGroupGUI\updateCustom(), ilObjMediaPoolGUI\updateCustom(), ilObjPollGUI\updateCustom(), ilObjPortfolioBaseGUI\updateCustom(), ilObjPortfolioGUI\updateCustom(), ilObjPortfolioTemplateGUI\updateCustom(), ilForumSettingsGUI\updateCustomValues(), ilObjectServiceSettingsGUI\updateServiceSettingsForm(), ilDclTableViewEditFormGUI\updateTableView(), ilObjOrgUnitSettingsFormGUI\updateTranslation(), ilObjPollGUI\validateCustom(), SurveyMultipleChoiceQuestionGUI\validateEditForm(), and ilCourseLPBadgeGUI\validateForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::getInputItemsRecursive | ( | ) | 
returns a flat array of all input items including the possibly existing subitems recursively
Definition at line 397 of file class.ilPropertyFormGUI.php.
Referenced by ilTestSettingsChangeConfirmationGUI\populateParametersFromPropertyForm(), and ilObjTestSettingsScoringResultsGUI\showConfirmation().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::getItemByPostVar | ( | $a_post_var | ) | 
Get Item by POST variable.
| string | $a_postvar | Post Var | 
Definition at line 356 of file class.ilPropertyFormGUI.php.
References $ret.
Referenced by ilCronDeleteInactiveUserAccounts\addCustomSettingsToForm(), ilTestRandomQuestionSetPoolDefinitionFormGUI\applySubmit(), ilDclTextFieldModel\checkFieldCreationInput(), checkInput(), executeCommand(), ilExcCriteriaText\exportCustomForm(), ilExcCriteriaGUI\exportForm(), ilExcCriteriaCatalogueGUI\exportForm(), assOrderingQuestion\fetchSolutionListFromSubmittedForm(), ilStudyProgrammeTypeAdvancedMetaDataFormGUI\fillForm(), ilStudyProgrammeTypeCustomIconsFormGUI\fillForm(), ilAccessibilityCriterionFormGUI\fillObject(), ilTermsOfServiceCriterionFormGUI\fillObject(), ilTestSettingsGUI\formPropertyExists(), ilObjQuestionPoolSettingsGeneralGUI\formPropertyExists(), ilExAssignmentEditorGUI\getAssignmentValues(), ilPhantomJSRenderer\getConfigFromForm(), ilTCPDFRenderer\getConfigFromForm(), ilWkhtmlToPdfConfigFormGUI\getConfigFromForm(), ilAssOrderingQuestionAuthoringFormGUI\getOrderingElementInputField(), ilWebDAVMountInstructionsDocumentFormGUI\getRawMountInstructionsFromFileUpload(), ilNewsItemGUI\getValuesNewsItem(), ilExAssignmentEditorGUI\handleDisabledFields(), ilExAssignmentEditorGUI\handleDisabledPeerFields(), ilObjTestSettingsScoringResultsGUI\hasScoringSettingsChanged(), ilCourseLPBadgeGUI\importConfigToForm(), ilUserProfileBadgeGUI\importConfigToForm(), ilAdvancedMDFieldDefinition\importDefinitionFormPostValues(), ilObjPortfolioTemplateGUI\initEditCustomForm(), ilAssClozeTestFeedback\initFbPropsForNumericGap(), ilAssClozeTestFeedback\initFbPropsForSelectGap(), ilAssClozeTestFeedback\initFbPropsForTextGap(), ilAssClozeTestFeedback\initFeedbackFieldsPerGapQuestion(), ilAssQuestionFeedback\initGenericFormProperties(), ilLTIConsumeProviderFormGUI\initProvider(), ilAssClozeTestFeedback\initSpecificFormProperties(), ilAssConfigurableMultiOptionQuestionFeedback\initSpecificFormProperties(), ilAssMultiOptionQuestionFeedback\initSpecificFormProperties(), ilObjTestSettingsGeneralGUI\isSkillServiceSettingToBeAdjusted(), assMatchingQuestionGUI\isValidTermAndDefinitionAmount(), ilObjTestDynamicQuestionSetConfigGUI\performSaveForm(), ilObjTestSettingsGeneralGUI\performSaveForm(), ilObjQuestionPoolSettingsGeneralGUI\performSaveForm(), ilPhantomJSRenderer\populateConfigElementsInForm(), ilTCPDFRenderer\populateConfigElementsInForm(), ilAdvancedMDFieldDefinitionSelect\prepareCustomDefinitionFormConfirmation(), ilAdvancedMDFieldDefinition\prepareDefinitionFormConfirmation(), assOrderingQuestionGUI\prepareReprintableCorrectionsForm(), ilExAssignmentEditorGUI\processForm(), ilExAssignmentEditorGUI\processPeerReviewForm(), ilAssOrderingQuestionAuthoringFormGUI\renewOrderingElementInput(), ilTestRandomQuestionSetGeneralConfigFormGUI\save(), ilObjTestSettingsGeneralGUI\saveAvailabilityProperties(), assErrorTextGUI\saveCorrectionsFormProperties(), assImagemapQuestionGUI\saveCorrectionsFormProperties(), assKprimChoiceGUI\saveCorrectionsFormProperties(), assMatchingQuestionGUI\saveCorrectionsFormProperties(), ilCronDeleteNeverLoggedInUserAccounts\saveCustomSettings(), ilCronDeleteInactiveUserAccounts\saveCustomSettings(), ilAssClozeTestFeedback\saveFbPropsForNumericGap(), ilAssClozeTestFeedback\saveFbPropsForSelectGap(), ilAssClozeTestFeedback\saveFbPropsForTextGap(), ilAssClozeTestFeedback\saveFeedbackFieldsPerGapQuestion(), assClozeTestGUI\saveGapCombinationCorrectionFormProperties(), ilObjTestSettingsGeneralGUI\saveGeneralProperties(), ilAccessibilityCriterionFormGUI\saveObject(), ilTermsOfServiceSettingsFormGUI\saveObject(), ilTermsOfServiceCriterionFormGUI\saveObject(), ilObjTestSettingsGeneralGUI\saveQuestionBehaviourProperties(), ilObjTestSettingsScoringResultsGUI\saveResultDetailsSettings(), ilObjTestSettingsScoringResultsGUI\saveResultMiscOptionsSettings(), ilObjTestSettingsScoringResultsGUI\saveResultSummarySettings(), ilObjTestSettingsScoringResultsGUI\saveScoringSettingsFormSection(), ilAssClozeTestFeedback\saveSpecificFormProperties(), ilObjTestSettingsGeneralGUI\saveTestAccessProperties(), ilObjTestSettingsGeneralGUI\saveTestFinishProperties(), ilObjTestSettingsGeneralGUI\saveTestIntroProperties(), ilObjTestSettingsGeneralGUI\saveTestRunProperties(), ilObjTestSettingsGeneralGUI\saveTestSequenceSettings(), assClozeTestGUI\saveTextOrSelectGapCorrectionFormProperty(), ilBadgeManagementGUI\setBadgeFormValues(), ilMemberAgreementGUI\setCourseDefinedFieldValues(), ilBookingScheduleGUI\setDefinitionFromPost(), ilExAssignmentEditorGUI\setDisabledFieldValues(), ilExAssignmentEditorGUI\setDisabledPeerReviewFieldValues(), ilCharSelectorGUI\setFormValues(), ilSessionMembershipRegistrationSettingsGUI\setFormValues(), ilObjBadgeAdministrationGUI\setImageTemplateFormValues(), ilAddAnswerModalFormGUI\setValuesByArray(), ilObjBlogGUI\updateCustom(), ilObjBookingPoolGUI\updateCustom(), ilObjPollGUI\updateCustom(), ilObjPortfolioBaseGUI\updateCustom(), ilObjPortfolioTemplateGUI\updateCustom(), ilObjPollGUI\validateCustom(), SurveyMultipleChoiceQuestionGUI\validateEditForm(), ilCourseLPBadgeGUI\validateForm(), assImagemapQuestionGUI\writeAnswerSpecificPostData(), assKprimChoiceGUI\writeAnswerSpecificPostData(), assKprimChoiceGUI\writeQuestionSpecificPostData(), and assMultipleChoiceGUI\writeQuestionSpecificPostData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::getItems | ( | ) | 
Get Items.
Definition at line 386 of file class.ilPropertyFormGUI.php.
References $items.
Referenced by ilAsyncPropertyFormGUI\cloneForm(), ilUserFormSettings\exportToForm(), ilAsyncPropertyFormGUI\getErrors(), ilSamlSettingsGUI\getIdpSettingsForm(), ilSamlSettingsGUI\getSettingsForm(), ilUserFormSettings\importFromForm(), ilAssQuestionAuthoringFormGUI\replaceFormItemByPostVar(), and ilPDFGeneratorUtils\setCheckedIfTrue().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::getMode | ( | ) | 
Get Mode ('std', 'subform').
Definition at line 183 of file class.ilPropertyFormGUI.php.
References $mode.
Referenced by getContent(), and insertItem().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::getShowTopButtons | ( | ) | 
Set show top buttons.
Definition at line 280 of file class.ilPropertyFormGUI.php.
References $show_top_buttons.
Referenced by getContent().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | final | 
get table width
@access public
Definition at line 163 of file class.ilPropertyFormGUI.php.
References $tbl_width.
Referenced by getContent().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::getTitle | ( | ) | 
Get Title.
Reimplemented in ilLTIConsumerProviderSelectionFormTableGUI.
Definition at line 203 of file class.ilPropertyFormGUI.php.
Referenced by getContent().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::getTitleIcon | ( | ) | 
Get TitleIcon.
Definition at line 223 of file class.ilPropertyFormGUI.php.
References $titleicon.
Referenced by getContent().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::getTopAnchor | ( | ) | 
Get top anchor.
Definition at line 264 of file class.ilPropertyFormGUI.php.
References $top_anchor.
| ilPropertyFormGUI::hasFileUpload | ( | $a_field, | |
| $a_index = null, | |||
| $a_sub_index = null | |||
| ) | 
Was any file uploaded?
| string | $a_field | form field | 
| mixed | $a_index | form field index (if array) | 
| mixed | $a_sub_index | form field subindex (if array) | 
Definition at line 1076 of file class.ilPropertyFormGUI.php.
References $data, and getFileUpload().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 788 of file class.ilPropertyFormGUI.php.
References $a_type.
Referenced by insertItem().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::insertItem | ( | $item, | |
| $a_sub_item = false | |||
| ) | 
Definition at line 794 of file class.ilPropertyFormGUI.php.
References $DIC, $lng, $tpl, addItem(), getHideLabels(), ilUtil\getImagePath(), getMode(), hideRequired(), and ilFormGUI\setMultipart().
Referenced by getContent().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::moveFileUpload | ( | $a_target_directory, | |
| $a_field, | |||
| $a_target_name = null, | |||
| $a_index = null, | |||
| $a_sub_index = null | |||
| ) | 
Move upload to target directory.
| string | $a_target_directory | target directory (without filename!) | 
| string | $a_field | form field | 
| string | $a_target_name | target file name (if different from uploaded file) | 
| mixed | $a_index | form field index (if array) | 
| mixed | $a_sub_index | form field subindex (if array) | 
Definition at line 1092 of file class.ilPropertyFormGUI.php.
References $data, getFileUpload(), and ilUtil\moveUploadedFile().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
try to rebuild files
Definition at line 1124 of file class.ilPropertyFormGUI.php.
References $_POST, ilFormGUI\$name, $type, and ilUtil\getDataDir().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::removeItemByPostVar | ( | $a_post_var, | |
| $a_remove_unused_headers = false | |||
| ) | 
Remove Item.
| string | $a_postvar | Post Var | 
Definition at line 322 of file class.ilPropertyFormGUI.php.
Referenced by ilObjItemGroupGUI\initEditCustomForm(), assTextQuestionGUI\populateCorrectionsFormProperties(), and ilTestSettingsGUI\removeHiddenItems().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::setDescription | ( | $a_val | ) | 
Set description.
| string | description | 
Definition at line 233 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::setDisableStandardMessage | ( | $a_val | ) | 
Set disable standard message.
| boolean | disable standard message | 
Definition at line 421 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::setForceTopButtons | ( | $a_val | ) | 
Set force top buttons.
| bool | $a_val | force top buttons | 
Definition at line 290 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::setHideLabels | ( | $a_value = true | ) | 
Set a value indicating whether the labels should be hidden or not.
| boolean | $a_value | Indicates whether the labels should be hidden. | 
Definition at line 451 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::setItems | ( | $a_items | ) | 
Set Items.
| array | $a_items | array of item objects | 
Definition at line 376 of file class.ilPropertyFormGUI.php.
Referenced by ilAssQuestionAuthoringFormGUI\replaceFormItemByPostVar().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::setMode | ( | $a_mode | ) | 
Set Mode ('std', 'subform').
| string | $a_mode | Mode ('std', 'subform') | 
Definition at line 173 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::setShowTopButtons | ( | $a_val | ) | 
Get show top buttons.
Definition at line 272 of file class.ilPropertyFormGUI.php.
| 
 | final | 
Set table width.
@access public
| string | table width | 
Definition at line 152 of file class.ilPropertyFormGUI.php.
Referenced by ilForumThreadFormGUI\initForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::setTitle | ( | $a_title | ) | 
Set Title.
| string | $a_title | Title | 
Reimplemented in ilLTIConsumerProviderSelectionFormTableGUI.
Definition at line 193 of file class.ilPropertyFormGUI.php.
Referenced by FormMailCodesGUI\__construct(), ilTestRandomQuestionSetGeneralConfigFormGUI\build(), ilAssQuestionSkillAssignmentPropertyFormGUI\build(), ilTestRandomQuestionSetPoolDefinitionFormGUI\build(), getContent(), ilSamlSettingsGUI\getIdpForm(), ilSamlSettingsGUI\getIdpSettingsForm(), ilSamlSettingsGUI\getSettingsForm(), ilMailOptionsFormGUI\init(), ILIAS\Modules\OrgUnit\ARHelper\BaseForm\initButtons(), ilOrgUnitDefaultPermissionFormGUI\initButtons(), ilMemcacheServerFormGUI\initButtons(), ilObjExerciseGUI\initEditCustomForm(), ilLTIConsumeProviderFormGUI\initForm(), ilLTIConsumerSettingsFormGUI\initForm(), ilBiblLibraryFormGUI\initForm(), ilBiblFieldFilterFormGUI\initForm(), ilDclTableViewEditFormGUI\initForm(), ilFileVersionFormGUI\initForm(), ilForumThreadFormGUI\initForm(), ilOrgUnitTypeCustomIconsFormGUI\initForm(), ilOrgUnitTypeFormGUI\initForm(), ilStudyProgrammeTypeCustomIconsFormGUI\initForm(), ilAccessibilityDocumentFormGUI\initForm(), ilTermsOfServiceSettingsFormGUI\initForm(), ilTermsOfServiceDocumentFormGUI\initForm(), ilWebDAVMountInstructionsDocumentFormGUI\initForm(), and arEditGUI\initFormTitle().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::setTitleIcon | ( | $a_titleicon | ) | 
Set TitleIcon.
| string | $a_titleicon | TitleIcon | 
Definition at line 213 of file class.ilPropertyFormGUI.php.
Referenced by ilForumThreadFormGUI\initForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::setTopAnchor | ( | $a_val | ) | 
Set top anchor.
| string | top anchor | 
Definition at line 254 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::setValuesByArray | ( | $a_values, | |
| $a_restrict_to_value_keys = false | |||
| ) | 
Set form values from an array.
| array | $a_values | Value array (key is post variable name, value is value) | 
Reimplemented in ilAddAnswerModalFormGUI.
Definition at line 461 of file class.ilPropertyFormGUI.php.
Referenced by ilChatroomFormFactory\applyValues(), ilBiblLibraryFormGUI\fillForm(), ilBiblFieldFilterFormGUI\fillForm(), ilFileVersionFormGUI\fillForm(), ilOrgUnitAuthorityFormGUI\fillForm(), ilOrgUnitPositionFormGUI\fillForm(), ilOrgUnitDefaultPermissionFormGUI\fillForm(), ilMemcacheServerFormGUI\fillForm(), ilObjLearningSequenceSettingsGUI\fillForm(), ilDclBaseFieldModel\fillPropertiesForm(), ilDclSelectionFieldModel\fillPropertiesForm(), ilExAssignmentEditorGUI\getAssignmentValues(), ilSystemStyleIconsGUI\getByColorValues(), ilSystemStyleIconsGUI\getByIconValues(), ilNewsItemGUI\getValuesNewsItem(), ilSystemStyleLessGUI\getVariablesValues(), ilMailOptionsFormGUI\populate(), ilMarkSchemaGUI\populateEctsForm(), ilObjMailGUI\populateExternalSettingsForm(), ilObjForumAdministrationGUI\populateForm(), ilObjMailGUI\populateGeneralSettingsForm(), ilObjWikiSettingsGUI\populateWithCurrentSettings(), ilCertificateGUI\setTemplateContent(), ilSamlSettingsGUI\showIdpSettings(), ilSamlSettingsGUI\showSettings(), and ilSamlSettingsGUI\showUserAttributeMappingForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPropertyFormGUI::setValuesByPost | ( | ) | 
Set form values from POST values.
Definition at line 475 of file class.ilPropertyFormGUI.php.
References $_POST.
Referenced by ilObjOrgUnitSettingsFormGUI\fillObject(), ilOrgUnitTypeAdvancedMetaDataFormGUI\fillObject(), ilOrgUnitTypeFormGUI\fillObject(), ilStudyProgrammeTypeAdvancedMetaDataFormGUI\fillObject(), ilObjectCustomIconConfigurationGUI\saveForm(), ilAccessibilityCriterionFormGUI\saveObject(), ilAccessibilityDocumentFormGUI\saveObject(), ilTermsOfServiceSettingsFormGUI\saveObject(), ilTermsOfServiceCriterionFormGUI\saveObject(), ilTermsOfServiceDocumentFormGUI\saveObject(), ilWebDAVMountInstructionsDocumentFormGUI\saveObject(), ilSamlSettingsGUI\saveSettings(), ilSamlSettingsGUI\saveUserAttributeMapping(), ilSamlSettingsGUI\showIdpSettings(), ilSamlSettingsGUI\showNewIdpForm(), and ilWebDAVMountInstructionsDocumentFormGUI\updateObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 74 of file class.ilPropertyFormGUI.php.
Referenced by getCommandButtons().
| 
 | protected | 
Definition at line 77 of file class.ilPropertyFormGUI.php.
| 
 | protected | 
Definition at line 57 of file class.ilPropertyFormGUI.php.
Referenced by ilAssQuestionSkillAssignmentPropertyFormGUI\__construct(), executeCommand(), and ilSCORM2004TrackingItemsPerScoFilterGUI\parse().
| 
 | protected | 
Definition at line 81 of file class.ilPropertyFormGUI.php.
Referenced by ilOrgUnitTypeFormGUI\fillObject(), getDescription(), and ilFileVersionFormGUI\initForm().
| 
 | protected | 
Definition at line 78 of file class.ilPropertyFormGUI.php.
Referenced by getDisableStandardMessage().
| 
 | protected | 
Definition at line 86 of file class.ilPropertyFormGUI.php.
Referenced by getForceTopButtons().
| 
 | protected | 
Definition at line 84 of file class.ilPropertyFormGUI.php.
Referenced by getHideLabels().
| 
 | private | 
Definition at line 75 of file class.ilPropertyFormGUI.php.
Referenced by getItems().
| 
 | protected | 
Definition at line 52 of file class.ilPropertyFormGUI.php.
Referenced by FormMailCodesGUI\__construct(), __construct(), ilAssQuestionSkillAssignmentPropertyFormGUI\__construct(), ilMemcacheServerFormGUI\__construct(), getContent(), ilAsyncPropertyFormGUI\getErrorMessageTemplate(), ilLTIConsumeProviderFormGUI\initForm(), ilWebDAVMountInstructionsDocumentFormGUI\initForm(), insertItem(), ilSCORM2004TrackingItemsPerScoFilterGUI\parse(), ilSCORMTrackingItemsPerScoFilterGUI\parse(), ilSCORM2004TrackingItemsPerUserFilterGUI\parse(), and ilSCORMTrackingItemsPerUserFilterGUI\parse().
| 
 | protected | 
Definition at line 76 of file class.ilPropertyFormGUI.php.
Referenced by ilFileVersionFormGUI\__construct(), and getMode().
| 
 | protected | 
Definition at line 72 of file class.ilPropertyFormGUI.php.
Referenced by FormMailCodesGUI\__construct(), and getContent().
| 
 | protected | 
Definition at line 83 of file class.ilPropertyFormGUI.php.
Referenced by getShowTopButtons().
| 
 | protected | 
Definition at line 82 of file class.ilPropertyFormGUI.php.
Referenced by getTableWidth().
| 
 | protected | 
Definition at line 80 of file class.ilPropertyFormGUI.php.
Referenced by getTitleIcon().
| 
 | protected | 
Definition at line 79 of file class.ilPropertyFormGUI.php.
Referenced by getTopAnchor().
| 
 | protected | 
Definition at line 62 of file class.ilPropertyFormGUI.php.
Referenced by ilAsyncPropertyFormGUI\addJavaScript(), ilAsyncPropertyFormGUI\addOnLoadCode(), getContent(), ilAsyncPropertyFormGUI\getErrorMessageTemplate(), and insertItem().
| 
 | protected | 
Definition at line 67 of file class.ilPropertyFormGUI.php.
Referenced by ilSCORM2004TrackingItemsPerUserFilterGUI\parse(), and ilSCORMTrackingItemsPerUserFilterGUI\parse().