ILIAS  release_4-3 Revision
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilFormPropertyGUI Class Reference

This class represents a property in a property form. More...

+ Inheritance diagram for ilFormPropertyGUI:
+ Collaboration diagram for ilFormPropertyGUI:

Public Member Functions

 __construct ($a_title="", $a_postvar="")
 Constructor.
executeCommand ()
 Execute command.
 getType ()
 Get Type.
 setTitle ($a_title)
 Set Title.
 getTitle ()
 Get Title.
 setPostVar ($a_postvar)
 Set Post Variable.
 getPostVar ()
 Get Post Variable.
 getFieldId ()
 Get Post Variable.
 setInfo ($a_info)
 Set Information Text.
 getInfo ()
 Get Information Text.
 setAlert ($a_alert)
 Set Alert Text.
 getAlert ()
 Get Alert Text.
 setRequired ($a_required)
 Set Required.
 getRequired ()
 Get Required.
 setDisabled ($a_disabled)
 Set Disabled.
 getDisabled ()
 Get Disabled.
 checkInput ()
 Check input, strip slashes etc.
 setParentForm ($a_parentform)
 Set Parent Form.
 getParentForm ()
 Get Parent Form.
 setParent ($a_val)
 Set Parent GUI object.
 getParent ()
 Get Parent GUI object.
 getSubForm ()
 Get sub form html.
 hideSubForm ()
 Sub form hidden on init?
 setHiddenTitle ($a_val)
 Set hidden title (for screenreaders)
 getHiddenTitle ()
 Get hidden title.
 getItemByPostVar ($a_post_var)
 Get item by post var.
 serializeData ()
 serialize data
 unserializeData ($a_data)
 unserialize data
 writeToSession ()
 Write to session.
 clearFromSession ()
 Clear session value.
 readFromSession ()
 Read from session.
 getHiddenTag ($a_post_var, $a_value)
 Get hidden tag (used for disabled properties)
 setMulti ($a_multi)
 Set Multi.
 getMulti ()
 Get Multi.
 setMultiValues (array $a_values)
 Set multi values.
 getMultiValues ()
 Get multi values.

Protected Member Functions

 setType ($a_type)
 Set Type.
 getMultiIconsHTML ($a_sortable=false)
 Get HTML for multiple value icons.

Protected Attributes

 $type
 $title
 $postvar
 $info
 $alert
 $required = false
 $parentgui
 $parentform
 $hidden_title = ""
 $multi
 $multi_values

Detailed Description

This class represents a property in a property form.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 11 of file class.ilFormPropertyGUI.php.

Constructor & Destructor Documentation

ilFormPropertyGUI::__construct (   $a_title = "",
  $a_postvar = "" 
)

Constructor.

Parameters
string$a_titleTitle
string$a_postvarPost Variable

Reimplemented in ilTextAreaInputGUI, ilRecurrenceInputGUI, ilMultiSelectInputGUI, ilDurationInputGUI, ilCategoryWizardInputGUI, ilMatchingWizardInputGUI, ilRepositorySelectorInputGUI, ilKVPWizardInputGUI, ilMatrixRowWizardInputGUI, ilErrorTextWizardInputGUI, ilSingleChoiceWizardInputGUI, ilSuggestedSolutionSelectorGUI, ilDateDurationInputGUI, ilAnswerWizardInputGUI, ilImageWizardInputGUI, ilCheckboxGroupInputGUI, ilCheckboxInputGUI, ilCSSRectInputGUI, ilRandomTestInputGUI, ilMatchingPairWizardInputGUI, ilLocationInputGUI, ilRadioGroupInputGUI, ilTRBLColorPickerInputGUI, ilCustomInputGUI, ilEMailInputGUI, ilFeedUrlInputGUI, ilFileWizardInputGUI, ilRadioMatrixInputGUI, ilTextWizardInputGUI, ilNumericStyleValueInputGUI, ilTRBLNumericStyleValueInputGUI, ilRandomTestROInputGUI, ilRegExpInputGUI, ilBackgroundImageInputGUI, ilBackgroundPositionInputGUI, ilFontSizeInputGUI, ilTRBLBorderWidthInputGUI, ilLuceneQueryInputGUI, ilDataCollectionTreePickInputGUI, ilDateTimeInputGUI, ilTextInputGUI, ilNumberInputGUI, ilLinkInputGUI, ilAlphabetInputGUI, ilCopyrightInputGUI, ilFileInputGUI, ilPasswordInputGUI, ilSelectInputGUI, ilImagemapFileInputGUI, ilNestedListInputGUI, ilScaleInputGUI, ilAdvSelectInputGUI, ilFlashFileInputGUI, ilUserLoginInputGUI, ilTypicalLearningTimeInputGUI, ilCountrySelectInputGUI, ilScheduleInputGUI, ilColorPickerInputGUI, ilCaptchaInputGUI, ilWidthHeightInputGUI, ilTRBLBorderStyleInputGUI, and ilImageFileInputGUI.

Definition at line 31 of file class.ilFormPropertyGUI.php.

References setDisabled(), setPostVar(), and setTitle().

{
$this->setTitle($a_title);
$this->setPostVar($a_postvar);
$this->setDisabled(false);
}

+ Here is the call graph for this function:

Member Function Documentation

ilFormPropertyGUI::checkInput ( )

Check input, strip slashes etc.

set alert, if input is not ok.

Returns
boolean Input ok, true/false

Reimplemented in ilTextAreaInputGUI, ilDateDurationInputGUI, ilDateTimeInputGUI, ilDurationInputGUI, ilNumberInputGUI, ilCombinationInputGUI, ilTextInputGUI, ilPasswordInputGUI, ilKVPWizardInputGUI, ilTRBLColorPickerInputGUI, ilCategoryWizardInputGUI, ilErrorTextWizardInputGUI, ilFileInputGUI, ilSingleChoiceWizardInputGUI, ilAnswerWizardInputGUI, ilCSSRectInputGUI, ilMatchingWizardInputGUI, ilTRBLNumericStyleValueInputGUI, ilMatrixRowWizardInputGUI, ilLinkInputGUI, ilSuggestedSolutionSelectorGUI, ilMultiSelectInputGUI, ilImageWizardInputGUI, ilRepositorySelectorInputGUI, ilTRBLBorderWidthInputGUI, ilCheckboxGroupInputGUI, ilCheckboxInputGUI, ilRandomTestInputGUI, ilLocationInputGUI, ilMatchingPairWizardInputGUI, ilBackgroundPositionInputGUI, ilTRBLBorderStyleInputGUI, ilCopyrightInputGUI, ilFileWizardInputGUI, ilRadioGroupInputGUI, ilImagemapFileInputGUI, ilUserLoginInputGUI, ilRadioMatrixInputGUI, ilTextWizardInputGUI, ilTypicalLearningTimeInputGUI, ilSelectInputGUI, ilCustomInputGUI, ilWidthHeightInputGUI, ilNumericStyleValueInputGUI, ilRegExpInputGUI, ilBackgroundImageInputGUI, ilAlphabetInputGUI, ilNestedListInputGUI, ilAdvSelectInputGUI, ilRandomTestROInputGUI, ilRecurrenceInputGUI, ilEMailInputGUI, ilScheduleInputGUI, ilChatroomSmiliesCurrentSmileyFormElement, ilFlashFileInputGUI, ilHiddenInputGUI, ilFontSizeInputGUI, ilMultipleChoiceWizardInputGUI, ilCaptchaInputGUI, ilBirthdayInputGUI, ilEssayKeywordWizardInputGUI, ilFeedUrlInputGUI, ilLuceneQueryInputGUI, ilSolutionTitleInputGUI, ilColorPickerInputGUI, ilNonEditableValueGUI, and ilFormulaInputGUI.

Definition at line 209 of file class.ilFormPropertyGUI.php.

{
return false; // please overwrite
}
ilFormPropertyGUI::clearFromSession ( )

Clear session value.

Definition at line 349 of file class.ilFormPropertyGUI.php.

References $_SESSION, getFieldId(), and getParent().

{
$parent = $this->getParent();
if (!is_object($parent))
{
die("You must set parent for ".get_class($this)." to use serialize feature.");
}
$_SESSION["form_".$parent->getId()][$this->getFieldId()] = false;
}

+ Here is the call graph for this function:

& ilFormPropertyGUI::executeCommand ( )

Execute command.

Reimplemented in ilLinkInputGUI.

Definition at line 41 of file class.ilFormPropertyGUI.php.

References $cmd, and $ilCtrl.

{
global $ilCtrl;
$next_class = $ilCtrl->getNextClass($this);
$cmd = $ilCtrl->getCmd();
return $this->$cmd();
}
ilFormPropertyGUI::getAlert ( )

Get Alert Text.

Returns
string Alert Text

Definition at line 159 of file class.ilFormPropertyGUI.php.

References $alert.

{
return $this->alert;
}
ilFormPropertyGUI::getFieldId ( )

Get Post Variable.

Returns
string Post Variable

Definition at line 116 of file class.ilFormPropertyGUI.php.

References getPostVar().

Referenced by clearFromSession(), getMultiIconsHTML(), ilHiddenInputGUI\insert(), ilEMailInputGUI\insert(), ilImageFileInputGUI\insert(), ilCopyrightInputGUI\insert(), ilUserLoginInputGUI\insert(), ilTextWizardInputGUI\insert(), ilCheckboxGroupInputGUI\insert(), ilColorPickerInputGUI\insert(), ilMatchingPairWizardInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilCSSRectInputGUI\insert(), ilFileWizardInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilImageWizardInputGUI\insert(), ilKVPWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilPasswordInputGUI\insert(), ilFlashFileInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilTextAreaInputGUI\insert(), readFromSession(), ilScaleInputGUI\render(), ilNonEditableValueGUI\render(), ilSelectInputGUI\render(), ilRadioGroupInputGUI\render(), ilScheduleInputGUI\render(), ilCheckboxInputGUI\render(), ilMultiSelectInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilFileInputGUI\render(), ilTextInputGUI\render(), ilNumberInputGUI\render(), ilRepositorySelectorInputGUI\reset(), ilRepositorySelectorInputGUI\selectRepositoryItem(), and writeToSession().

{
$id = str_replace("[", "__", $this->getPostVar());
$id = str_replace("]", "__", $id);
return $id;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilFormPropertyGUI::getHiddenTag (   $a_post_var,
  $a_value 
)

Get hidden tag (used for disabled properties)

Definition at line 375 of file class.ilFormPropertyGUI.php.

References ilUtil\prepareFormOutput().

Referenced by ilEMailInputGUI\insert(), ilCopyrightInputGUI\insert(), ilTextAreaInputGUI\insert(), ilSelectInputGUI\render(), ilRadioGroupInputGUI\render(), and ilTextInputGUI\render().

{
return '<input type="hidden" name="'.$a_post_var.'" value="'.ilUtil::prepareFormOutput($a_value).'" />';
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilFormPropertyGUI::getHiddenTitle ( )

Get hidden title.

Returns
string hidden title

Definition at line 287 of file class.ilFormPropertyGUI.php.

References $hidden_title.

{
}
ilFormPropertyGUI::getInfo ( )

Get Information Text.

Returns
string Information Text

Reimplemented in ilNonEditableValueGUI.

Definition at line 139 of file class.ilFormPropertyGUI.php.

References $info.

{
return $this->info;
}
ilFormPropertyGUI::getItemByPostVar (   $a_post_var)

Get item by post var.

Returns
mixed false or item object

Reimplemented in ilCheckboxGroupInputGUI, ilRadioGroupInputGUI, and ilSubEnabledFormPropertyGUI.

Definition at line 297 of file class.ilFormPropertyGUI.php.

References getPostVar().

{
if ($this->getPostVar() == $a_post_var)
{
return $this;
}
return false;
}

+ Here is the call graph for this function:

ilFormPropertyGUI::getMulti ( )
ilFormPropertyGUI::getMultiIconsHTML (   $a_sortable = false)
protected

Get HTML for multiple value icons.

Parameters
bool$a_sortable
Returns
string;

Definition at line 426 of file class.ilFormPropertyGUI.php.

References $lng, and getFieldId().

Referenced by ilSelectInputGUI\render(), and ilTextInputGUI\render().

{
global $lng;
$id = $this->getFieldId();
$html = '<input align="absmiddle" type="image" id="ilMultiAdd~'.$id.'~0"'.
' src="'.ilUtil::getImagePath('edit_add.png').'" alt="'.
$lng->txt("add").'" title="'.$lng->txt("add").'" onclick="javascript: return false;" />'.
'<input align="absmiddle" type="image" id="ilMultiRmv~'.$id.'~0"'.
' src="'.ilUtil::getImagePath('edit_remove.png').'" alt="'.$lng->txt("remove").
'" title="'.$lng->txt("remove").'" onclick="javascript: return false;" />';
if($a_sortable)
{
$html .= '&nbsp;<input align="absmiddle" type="image" id="ilMultiDwn~'.$id.'~0"'.
' src="'.ilUtil::getImagePath('icon_down_s.png').'" alt="'.
$lng->txt("down").'" title="'.$lng->txt("down").'" onclick="javascript: return false;" />'.
'<input align="absmiddle" type="image" id="ilMultiUp~'.$id.'~0"'.
' src="'.ilUtil::getImagePath('icon_up_s.png').'" alt="'.$lng->txt("up").
'" title="'.$lng->txt("up").'" onclick="javascript: return false;" />';
}
return $html;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilFormPropertyGUI::getMultiValues ( )

Get multi values.

Returns
array

Definition at line 415 of file class.ilFormPropertyGUI.php.

References $multi_values.

Referenced by ilSelectInputGUI\render(), and ilTextInputGUI\render().

{
}

+ Here is the caller graph for this function:

ilFormPropertyGUI::getParent ( )

Get Parent GUI object.

Returns
object parent gui object

Definition at line 249 of file class.ilFormPropertyGUI.php.

Referenced by clearFromSession(), getParentForm(), readFromSession(), ilLinkInputGUI\render(), ilRepositorySelectorInputGUI\render(), and writeToSession().

{
return $this->parent_gui;
}

+ Here is the caller graph for this function:

ilFormPropertyGUI::getParentForm ( )

Get Parent Form.

Returns
object Parent Form

Definition at line 229 of file class.ilFormPropertyGUI.php.

References getParent().

Referenced by ilCheckboxGroupInputGUI\insert(), and ilRadioGroupInputGUI\render().

{
return $this->getParent();
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilFormPropertyGUI::getPostVar ( )

Get Post Variable.

Returns
string Post Variable

Definition at line 106 of file class.ilFormPropertyGUI.php.

References $postvar.

Referenced by ilTypicalLearningTimeInputGUI\__buildDaysSelect(), ilTypicalLearningTimeInputGUI\__buildMonthsSelect(), ilDataCollectionTreePickInputGUI\__construct(), ilFormulaInputGUI\checkInput(), ilNonEditableValueGUI\checkInput(), ilColorPickerInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilFeedUrlInputGUI\checkInput(), ilEssayKeywordWizardInputGUI\checkInput(), ilCaptchaInputGUI\checkInput(), ilBirthdayInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilFlashFileInputGUI\checkInput(), ilScheduleInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilWidthHeightInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTypicalLearningTimeInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilRadioMatrixInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilCopyrightInputGUI\checkInput(), ilTRBLBorderStyleInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilRandomTestInputGUI\checkInput(), ilCheckboxInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilLinkInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilTRBLNumericStyleValueInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilTRBLColorPickerInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilDurationInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), ilImageFileInputGUI\getDeletionFlag(), ilFlashFileInputGUI\getDeletionFlag(), ilFileInputGUI\getDeletionFlag(), getFieldId(), ilDataCollectionTreePickInputGUI\getHtml(), ilSubEnabledFormPropertyGUI\getItemByPostVar(), ilRadioGroupInputGUI\getItemByPostVar(), ilCheckboxGroupInputGUI\getItemByPostVar(), getItemByPostVar(), ilNumberInputGUI\getPostValueForComparison(), ilDateTimeInputGUI\getPostValueForComparison(), ilHiddenInputGUI\insert(), ilRandomTestROInputGUI\insert(), ilAdvSelectInputGUI\insert(), ilEMailInputGUI\insert(), ilImageFileInputGUI\insert(), ilFontSizeInputGUI\insert(), ilRadioMatrixInputGUI\insert(), ilBackgroundImageInputGUI\insert(), ilNumericStyleValueInputGUI\insert(), ilWidthHeightInputGUI\insert(), ilCopyrightInputGUI\insert(), ilUserLoginInputGUI\insert(), ilTextWizardInputGUI\insert(), ilTypicalLearningTimeInputGUI\insert(), ilLocationInputGUI\insert(), ilTRBLBorderStyleInputGUI\insert(), ilCheckboxGroupInputGUI\insert(), ilSuggestedSolutionSelectorGUI\insert(), ilBackgroundPositionInputGUI\insert(), ilColorPickerInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilMatchingPairWizardInputGUI\insert(), ilTRBLBorderWidthInputGUI\insert(), ilTRBLNumericStyleValueInputGUI\insert(), ilCSSRectInputGUI\insert(), ilFileWizardInputGUI\insert(), ilRandomTestInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilImageWizardInputGUI\insert(), ilErrorTextWizardInputGUI\insert(), ilKVPWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilPasswordInputGUI\insert(), ilFlashFileInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilTextAreaInputGUI\insert(), ilCaptchaInputGUI\render(), ilScaleInputGUI\render(), ilNestedListInputGUI\render(), ilBirthdayInputGUI\render(), ilNonEditableValueGUI\render(), ilSelectInputGUI\render(), ilRadioGroupInputGUI\render(), ilScheduleInputGUI\render(), ilCheckboxInputGUI\render(), ilMultiSelectInputGUI\render(), ilLinkInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilDurationInputGUI\render(), ilFileInputGUI\render(), ilTextInputGUI\render(), ilNumberInputGUI\render(), ilDateTimeInputGUI\render(), ilDateDurationInputGUI\render(), ilTaxAssignInputGUI\saveInput(), ilBirthdayInputGUI\setValueByArray(), ilFlashFileInputGUI\setValueByArray(), ilFileInputGUI\setValueByArray(), ilUserLoginInputGUI\setValueByArray(), ilAlphabetInputGUI\setValueByArray(), ilDataCollectionTreePickInputGUI\setValueByArray(), ilRandomTestInputGUI\setValueByArray(), ilScheduleInputGUI\setValueByArray(), ilEMailInputGUI\setValueByArray(), ilAdvSelectInputGUI\setValueByArray(), ilHiddenInputGUI\setValueByArray(), ilRepositorySelectorInputGUI\setValueByArray(), ilSelectInputGUI\setValueByArray(), ilTypicalLearningTimeInputGUI\setValueByArray(), ilImagemapFileInputGUI\setValueByArray(), ilRadioMatrixInputGUI\setValueByArray(), ilRadioGroupInputGUI\setValueByArray(), ilCopyrightInputGUI\setValueByArray(), ilCheckboxInputGUI\setValueByArray(), ilCaptchaInputGUI\setValueByArray(), ilLocationInputGUI\setValueByArray(), ilCheckboxGroupInputGUI\setValueByArray(), ilLinkInputGUI\setValueByArray(), ilPasswordInputGUI\setValueByArray(), ilMultiSelectInputGUI\setValueByArray(), ilSuggestedSolutionSelectorGUI\setValueByArray(), ilNonEditableValueGUI\setValueByArray(), ilCSSRectInputGUI\setValueByArray(), ilBackgroundImageInputGUI\setValueByArray(), ilWidthHeightInputGUI\setValueByArray(), ilNumberInputGUI\setValueByArray(), ilTextInputGUI\setValueByArray(), ilNumericStyleValueInputGUI\setValueByArray(), ilFontSizeInputGUI\setValueByArray(), ilTRBLBorderStyleInputGUI\setValueByArray(), ilDateTimeInputGUI\setValueByArray(), ilDurationInputGUI\setValueByArray(), ilBackgroundPositionInputGUI\setValueByArray(), ilTRBLNumericStyleValueInputGUI\setValueByArray(), ilTRBLBorderWidthInputGUI\setValueByArray(), ilDateDurationInputGUI\setValueByArray(), ilTextAreaInputGUI\setValueByArray(), and ilRepositorySelectorInputGUI\showRepositorySelection().

{
}

+ Here is the caller graph for this function:

ilFormPropertyGUI::getRequired ( )

Get Required.

Returns
boolean Required

Definition at line 179 of file class.ilFormPropertyGUI.php.

References $required.

Referenced by ilFormulaInputGUI\checkInput(), ilFeedUrlInputGUI\checkInput(), ilEssayKeywordWizardInputGUI\checkInput(), ilBirthdayInputGUI\checkInput(), ilCaptchaInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilFlashFileInputGUI\checkInput(), ilScheduleInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTypicalLearningTimeInputGUI\checkInput(), ilRadioMatrixInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilLinkInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), and ilTextAreaInputGUI\checkInput().

{
}

+ Here is the caller graph for this function:

ilFormPropertyGUI::getSubForm ( )

Get sub form html.

Reimplemented in ilSubEnabledFormPropertyGUI.

Definition at line 258 of file class.ilFormPropertyGUI.php.

{
return "";
}
ilFormPropertyGUI::getTitle ( )

Get Title.

Returns
string Title

Reimplemented in ilNonEditableValueGUI.

Definition at line 86 of file class.ilFormPropertyGUI.php.

References $title.

Referenced by ilDataCollectionTreePickInputGUI\__construct().

{
return $this->title;
}

+ Here is the caller graph for this function:

ilFormPropertyGUI::getType ( )

Get Type.

Returns
string Type

Reimplemented in ilNonEditableValueGUI.

Definition at line 66 of file class.ilFormPropertyGUI.php.

References $type.

{
return $this->type;
}
ilFormPropertyGUI::hideSubForm ( )

Sub form hidden on init?

Reimplemented in ilCheckboxInputGUI.

Definition at line 267 of file class.ilFormPropertyGUI.php.

{
return false;
}
ilFormPropertyGUI::readFromSession ( )

Read from session.

Definition at line 362 of file class.ilFormPropertyGUI.php.

References $_SESSION, getFieldId(), getParent(), and unserializeData().

{
$parent = $this->getParent();
if (!is_object($parent))
{
die("You must set parent for ".get_class($this)." to use serialize feature.");
}
$this->unserializeData($_SESSION["form_".$parent->getId()][$this->getFieldId()]);
}

+ Here is the call graph for this function:

ilFormPropertyGUI::serializeData ( )

serialize data

Reimplemented in ilDateTimeInputGUI, ilDurationInputGUI, ilCheckboxInputGUI, and ilCombinationInputGUI.

Definition at line 310 of file class.ilFormPropertyGUI.php.

Referenced by writeToSession().

{
return serialize($this->getValue());
}

+ Here is the caller graph for this function:

ilFormPropertyGUI::setAlert (   $a_alert)

Set Alert Text.

Parameters
string$a_alertAlert Text

Definition at line 149 of file class.ilFormPropertyGUI.php.

Referenced by ilFormulaInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilFeedUrlInputGUI\checkInput(), ilEssayKeywordWizardInputGUI\checkInput(), ilCaptchaInputGUI\checkInput(), ilBirthdayInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilFlashFileInputGUI\checkInput(), ilScheduleInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilRecurrenceInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTypicalLearningTimeInputGUI\checkInput(), ilRadioMatrixInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilRandomTestInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilLinkInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilTRBLNumericStyleValueInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), and ilCourseRegistrationGUI\fillRegistrationType().

{
$this->alert = $a_alert;
}

+ Here is the caller graph for this function:

ilFormPropertyGUI::setHiddenTitle (   $a_val)

Set hidden title (for screenreaders)

Parameters
stringhidden title

Definition at line 277 of file class.ilFormPropertyGUI.php.

Referenced by ilImageFileInputGUI\__construct(), and ilFileInputGUI\__construct().

{
$this->hidden_title = $a_val;
}

+ Here is the caller graph for this function:

ilFormPropertyGUI::setInfo (   $a_info)

Set Information Text.

Parameters
string$a_infoInformation Text

Reimplemented in ilNonEditableValueGUI.

Definition at line 129 of file class.ilFormPropertyGUI.php.

Referenced by ilSCORMCertificateAdapter\addAdditionalFormElements(), ilObjAssessmentFolderGUI\defaultsObject(), ilObjSurveyGUI\defineQuestionblock(), ilSetupGUI\displaySessions(), ilPCQuestionOverviewGUI\edit(), ilObjExternalToolsSettingsGUI\editMathJaxObject(), assFileUploadGUI\editQuestion(), SurveyMatrixQuestionGUI\editQuestion(), ilObjNewsSettingsGUI\editSettings(), ilObjPersonalDesktopSettingsGUI\editSettings(), ilObjLearningResourcesSettingsGUI\editSettings(), ilObjAuthSettingsGUI\getApacheAuthSettingsForm(), ilDataCollectionDatatype\getInputField(), ilObjSurveyGUI\importExternalMailRecipientsObject(), ilPageObjectGUI\initActivationForm(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjExerciseGUI\initAssignmentForm(), ilObjAuthSettingsGUI\initAuthModeDetermination(), ilSetupGUI\initBasicSettingsForm(), ilObjSystemFolderGUI\initBasicSettingsForm(), ilSetupGUI\initControlStructureForm(), ilObjSystemFolderGUI\initCronJobsForm(), ilObjPollGUI\initEditCustomForm(), ilObjBlogGUI\initEditCustomForm(), ilObjBookingPoolGUI\initEditCustomForm(), ilObjExerciseGUI\initEditCustomForm(), ilObjRootFolderGUI\initEditForm(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilObjMailGUI\initForm(), ilRegistrationSettingsGUI\initForm(), ilBookingScheduleGUI\initForm(), ilCalendarAppointmentGUI\initForm(), ilSkillCategoryGUI\initForm(), ilSkillTemplateReferenceGUI\initForm(), ilBasicSkillGUI\initForm(), ilLDAPSettingsGUI\initForm(), ilObjUserGUI\initForm(), ilObjectActivationGUI\initFormEdit(), ilExternalFeedBlockGUIGen\initFormFeedBlock(), ilPDExternalFeedBlockGUI\initFormFeedBlock(), ilExternalFeedBlockGUI\initFormFeedBlock(), ilObjUserFolderGUI\initFormGeneralSettings(), ilNewsItemGUI\initFormNewsItem(), ilNewsItemGUIGen\initFormNewsItem(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilConsultationHoursGUI\initFormSequence(), ilCASSettingsGUI\initFormSettings(), ilObjBlogAdministrationGUI\initFormSettings(), ilObjPortfolioAdministrationGUI\initFormSettings(), ilObjTaggingSettingsGUI\initFormSettings(), ilObjMediaCastSettingsGUI\initFormSettings(), ilObjCalendarSettingsGUI\initFormSettings(), ilObjForumGUI\initForumCreateForm(), ilObjAdvancedEditingGUI\initGeneralPageSettingsForm(), ilObjMDSettingsGUI\initGeneralSettingsForm(), ilPersonalSettingsGUI\initGeneralSettingsForm(), ilObjContentObjectGUI\initImportForm(), ilObjGroupGUI\initInfoEditor(), ilObjSystemFolderGUI\initJavaServerForm(), ilObjSystemFolderGUI\initJavaServerIniForm(), ilObjUserFolderGUI\initLoginSettingsForm(), ilMailOptionsGUI\initMailOptionsForm(), ilPersonalSettingsGUI\initMailOptionsForm(), ilObjMediaObjectsSettingsGUI\initMediaObjectsSettingsForm(), ilObjContentObjectGUI\initMenuForm(), ilShopNewsGUI\initNewsForm(), ilObjAdvancedEditingGUI\initPageEditorForm(), ilObjStyleSheetGUI\initPropertiesForm(), ilObjContentObjectGUI\initPropertiesForm(), ilObjSurveyGUI\initPropertiesForm(), ilObjSystemFolderGUI\initProxyForm(), ilSetupGUI\initProxyForm(), ilPersonalProfileGUI\initPublicProfileForm(), ilPermissionGUI\initRoleForm(), ilShopNewsGUI\initSettingsForm(), ilObjUserTrackingGUI\initSettingsForm(), ilECSSettingsGUI\initSettingsForm(), ilObjWikiGUI\initSettingsForm(), ilConsultationHoursGUI\initSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilObjFileGUI\initSingleUploadForm(), ilObjSystemFolderGUI\initWebServicesForm(), ilObjFileGUI\initZipUploadForm(), ilObjSurveyGUI\inviteObject(), ilObjSurveyQuestionPoolGUI\propertiesObject(), ilObjQuestionPoolGUI\propertiesObject(), ilObjTestGUI\propertiesObject(), ilObjTestGUI\scoringObject(), ilRadiusSettingsGUI\settings(), ilOpenIdSettingsGUI\settings(), ilConditionHandlerInterface\showObligatoryForm(), ilObjPrivacySecurityGUI\showPrivacy(), ilSCORM2004ScoGUI\showProperties(), ilObjPrivacySecurityGUI\showSecurity(), and ilObjPaymentSettingsGUI\StatutoryRegulationsObject().

{
$this->info = $a_info;
}

+ Here is the caller graph for this function:

ilFormPropertyGUI::setMulti (   $a_multi)

Set Multi.

Parameters
bool$a_multiMulti

Reimplemented in ilSelectInputGUI.

Definition at line 385 of file class.ilFormPropertyGUI.php.

{
trigger_error("not supported for form property type", E_USER_WARNING);
}
ilFormPropertyGUI::setMultiValues ( array  $a_values)

Set multi values.

Parameters
array$a_values

Reimplemented in ilTextInputGUI.

Definition at line 405 of file class.ilFormPropertyGUI.php.

Referenced by ilSelectInputGUI\setValue().

{
$this->multi_values = array_unique($a_values);
}

+ Here is the caller graph for this function:

ilFormPropertyGUI::setParent (   $a_val)

Set Parent GUI object.

Parameters
objectparent gui object

Definition at line 239 of file class.ilFormPropertyGUI.php.

Referenced by setParentForm().

{
$this->parent_gui = $a_val;
}

+ Here is the caller graph for this function:

ilFormPropertyGUI::setParentForm (   $a_parentform)

Set Parent Form.

Parameters
object$a_parentformParent Form

Definition at line 219 of file class.ilFormPropertyGUI.php.

References setParent().

{
$this->setParent($a_parentform);
}

+ Here is the call graph for this function:

ilFormPropertyGUI::setPostVar (   $a_postvar)

Set Post Variable.

Parameters
string$a_postvarPost Variable

Definition at line 96 of file class.ilFormPropertyGUI.php.

Referenced by __construct(), and ilObjMediaCastGUI\initAddCastItemForm().

{
$this->postvar = $a_postvar;
}

+ Here is the caller graph for this function:

ilFormPropertyGUI::setRequired (   $a_required)

Set Required.

Parameters
boolean$a_requiredRequired

Definition at line 169 of file class.ilFormPropertyGUI.php.

Referenced by ilRandomTestROInputGUI\__construct(), ilRandomTestInputGUI\__construct(), FormMailCodesGUI\__construct(), ilAccountRegistrationGUI\__initForm(), ilSCORMCertificateAdapter\addAdditionalFormElements(), ilTestExpressPageObjectGUI\addQuestion(), ilECSObjectSettings\addSettingsToForm(), ilUserProfile\addStandardFieldsToForm(), ilAssQuestionHintGUI\buildForm(), ilCertificateGUI\certificateEditor(), ilSetupGUI\cloneInitForm(), ilObjStyleSheetGUI\createObject(), ilObjSurveyGUI\createQuestionObject(), ilObjTestGUI\createQuestionObject(), SurveyTextQuestionGUI\editQuestion(), SurveyMetricQuestionGUI\editQuestion(), SurveySingleChoiceQuestionGUI\editQuestion(), SurveyMultipleChoiceQuestionGUI\editQuestion(), assTextSubsetGUI\editQuestion(), assTextQuestionGUI\editQuestion(), SurveyMatrixQuestionGUI\editQuestion(), assImagemapQuestionGUI\editQuestion(), assFlashQuestionGUI\editQuestion(), assClozeTestGUI\editQuestion(), assSingleChoiceGUI\editQuestion(), assMultipleChoiceGUI\editQuestion(), assMatchingQuestionGUI\editQuestion(), assOrderingQuestionGUI\editQuestion(), ilRegistrationGUI\fillAgreement(), assOrderingQuestionGUI\getAnswerImageFileUploadWizardFormProperty(), ilObjAuthSettingsGUI\getApacheAuthSettingsForm(), ilObjForumGUI\getThreadEditingForm(), ilObjUserFolderGUI\initAccessRestrictionForm(), ilObjMediaCastGUI\initAddCastItemForm(), ilAccountCodesGUI\initAddCodesForm(), ilPCFileItemGUI\initAddFileForm(), ilSetupGUI\initBasicSettingsForm(), ilObjSystemFolderGUI\initBasicSettingsForm(), ilObjPortfolioGUI\initBlogForm(), ilPageObjectGUI\initCaptchaForm(), ilECSSettingsGUI\initCategoryMappingForm(), ilSetupGUI\initClientIniForm(), ilStartUpGUI\initCodeForm(), ilObjStyleSheetGUI\initColorForm(), ilObjRoleFolderGUI\initCopyBehaviourForm(), ilObjPortfolioGUI\initCopyPageForm(), ilBlogPostingGUI\initDateForm(), ilObjBookingPoolGUI\initEditCustomForm(), ilObjFolderGUI\initEditCustomForm(), ilPCFileListGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilDidacticTemplateSettingsGUI\initEditTemplate(), ilObjSCORMLearningModuleGUI\initExportForm(), ilObjectCustomUserFieldsGUI\initFieldForm(), ilCalendarRecurrenceGUI\initForm(), ilBookingObjectGUI\initForm(), ilPCBlogGUI\initForm(), ilPCSkillsGUI\initForm(), ilPCVerificationGUI\initForm(), ilPCMapGUI\initForm(), ilCustomUserFieldsGUI\initForm(), ilObjCourseGroupingGUI\initForm(), ilDataCollectionTableEditGUI\initForm(), ilDataCollectionFieldEditGUI\initForm(), ilMailingListsGUI\initForm(), ilObjPortfolioGUI\initForm(), ilLDAPSettingsGUI\initForm(), ilObjUserGUI\initForm(), ilBookmarkAdministrationGUI\initFormBookmarkFolder(), ilConditionHandlerInterface\initFormCondition(), ilECSMappingSettingsGUI\initFormCSettings(), ilObjLinkResourceGUI\initFormLink(), ilObjSearchSettingsGUI\initFormLuceneSettings(), ilContainerGUI\initFormPasswordInstruction(), ilAuthShibbolethSettingsGUI\initFormRoleAssignment(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilLPListOfSettingsGUI\initFormSettings(), ilCASSettingsGUI\initFormSettings(), ilObjPortfolioAdministrationGUI\initFormSettings(), ilObjBlogAdministrationGUI\initFormSettings(), ilObjSearchSettingsGUI\initFormSettings(), ilObjLinkResourceGUI\initFormSettings(), ilObjSCORM2004LearningModuleGUI\initGlossaryCreationForm(), ilObjStyleSheetGUI\initImageForm(), ilBookmarkAdministrationGUI\initImportBookmarksForm(), ilObjSCORMLearningModuleGUI\initImportForm(), ilObjPortfolioGUI\initPageForm(), ilWorkspaceAccessGUI\initPasswordForm(), ilPersonalSettingsGUI\initPasswordForm(), ilPersonalProfileGUI\initPersonalDataImportForm(), ilPCBlogGUI\initPostingForm(), ilObjContentObjectGUI\initPropertiesForm(), ilObjPollGUI\initQuestionForm(), ilObjRoleFolderGUI\initRoleSearchForm(), ilObjiLincClassroomGUI\initSettingsForm(), ilECSSettingsGUI\initSettingsForm(), ilObjWikiGUI\initSettingsForm(), ilObjiLincCourseGUI\initSettingsForm(), ilObjFileGUI\initSingleUploadForm(), ilChatroomSmileyTask\initSmiliesEditForm(), ilChatroomSmileyTask\initSmiliesForm(), ilObjSAHSLearningModuleGUI\initUploadForm(), ilObjFileGUI\initZipUploadForm(), SurveyQuestionGUI\material(), ilSurveyPhrasesGUI\phraseEditor(), ilRadiusSettingsGUI\settings(), ilObjCertificateSettingsGUI\settings(), ilMailFormGUI\showForm(), and ilNotificationOSDHandler\showSettings().

{
$this->required = $a_required;
}

+ Here is the caller graph for this function:

ilFormPropertyGUI::setTitle (   $a_title)

Set Title.

Parameters
string$a_titleTitle

Reimplemented in ilNonEditableValueGUI.

Definition at line 76 of file class.ilFormPropertyGUI.php.

Referenced by __construct(), ilObjSCORM2004LearningModuleGUI\initGlossaryCreationForm(), and ilPersonalProfileGUI\initPersonalDataImportForm().

{
$this->title = $a_title;
}

+ Here is the caller graph for this function:

ilFormPropertyGUI::setType (   $a_type)
protected

Set Type.

Parameters
string$a_typeType

Reimplemented in ilNonEditableValueGUI.

Definition at line 56 of file class.ilFormPropertyGUI.php.

Referenced by ilImageFileInputGUI\__construct(), ilCaptchaInputGUI\__construct(), ilTRBLBorderStyleInputGUI\__construct(), ilWidthHeightInputGUI\__construct(), ilColorPickerInputGUI\__construct(), ilCountrySelectInputGUI\__construct(), ilTaxAssignInputGUI\__construct(), ilAdvSelectInputGUI\__construct(), ilFlashFileInputGUI\__construct(), ilTypicalLearningTimeInputGUI\__construct(), ilNestedListInputGUI\__construct(), ilSelectInputGUI\__construct(), ilFileInputGUI\__construct(), ilCopyrightInputGUI\__construct(), ilLinkInputGUI\__construct(), ilDateTimeInputGUI\__construct(), ilFontSizeInputGUI\__construct(), ilTRBLBorderWidthInputGUI\__construct(), ilRegExpInputGUI\__construct(), ilBackgroundImageInputGUI\__construct(), ilBackgroundPositionInputGUI\__construct(), ilHiddenInputGUI\__construct(), ilRadioMatrixInputGUI\__construct(), ilTRBLNumericStyleValueInputGUI\__construct(), ilNumericStyleValueInputGUI\__construct(), ilCustomInputGUI\__construct(), ilFeedUrlInputGUI\__construct(), ilTRBLColorPickerInputGUI\__construct(), ilRadioGroupInputGUI\__construct(), ilLocationInputGUI\__construct(), ilCheckboxGroupInputGUI\__construct(), ilCheckboxInputGUI\__construct(), ilSuggestedSolutionSelectorGUI\__construct(), ilDateDurationInputGUI\__construct(), ilRepositorySelectorInputGUI\__construct(), ilDurationInputGUI\__construct(), ilMultiSelectInputGUI\__construct(), and ilTextAreaInputGUI\__construct().

{
$this->type = $a_type;
}

+ Here is the caller graph for this function:

ilFormPropertyGUI::unserializeData (   $a_data)

unserialize data

Reimplemented in ilDateTimeInputGUI, ilDurationInputGUI, ilCheckboxInputGUI, and ilCombinationInputGUI.

Definition at line 318 of file class.ilFormPropertyGUI.php.

References $data.

Referenced by readFromSession().

{
$data = unserialize($a_data);
if ($data)
{
$this->setValue($data);
}
else
{
$this->setValue(false);
}
}

+ Here is the caller graph for this function:

ilFormPropertyGUI::writeToSession ( )

Write to session.

Definition at line 335 of file class.ilFormPropertyGUI.php.

References $_SESSION, getFieldId(), getParent(), and serializeData().

Referenced by ilRepositorySelectorInputGUI\reset(), ilRepositorySelectorInputGUI\selectRepositoryItem(), and ilTable2GUI\SetFilterValue().

{
$parent = $this->getParent();
if (!is_object($parent))
{
die("You must set parent for ".get_class($this)." to use serialize feature.");
}
$_SESSION["form_".$parent->getId()][$this->getFieldId()] =
$this->serializeData();
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Field Documentation

ilFormPropertyGUI::$alert
protected

Definition at line 17 of file class.ilFormPropertyGUI.php.

Referenced by getAlert().

ilFormPropertyGUI::$hidden_title = ""
protected

Definition at line 21 of file class.ilFormPropertyGUI.php.

Referenced by getHiddenTitle().

ilFormPropertyGUI::$info
protected

Definition at line 16 of file class.ilFormPropertyGUI.php.

Referenced by getInfo().

ilFormPropertyGUI::$multi
protected

Definition at line 22 of file class.ilFormPropertyGUI.php.

Referenced by getMulti().

ilFormPropertyGUI::$multi_values
protected

Definition at line 23 of file class.ilFormPropertyGUI.php.

Referenced by getMultiValues().

ilFormPropertyGUI::$parentform
protected

Definition at line 20 of file class.ilFormPropertyGUI.php.

ilFormPropertyGUI::$parentgui
protected

Definition at line 19 of file class.ilFormPropertyGUI.php.

ilFormPropertyGUI::$postvar
protected
ilFormPropertyGUI::$required = false
protected

Definition at line 18 of file class.ilFormPropertyGUI.php.

Referenced by getRequired().


The documentation for this class was generated from the following file: