|
ILIAS
Release_3_10_x_branch Revision 61812
|
This class represents a non editable value in a property form. More...
Inheritance diagram for ilNonEditableValueGUI:
Collaboration diagram for ilNonEditableValueGUI:Public Member Functions | |
| __construct ($a_title="", $a_id="") | |
| Constructor. | |
| checkInput () | |
| Check input, strip slashes etc. | |
| setType ($a_type) | |
| Set Type. | |
| getType () | |
| Get Type. | |
| setTitle ($a_title) | |
| Set Title. | |
| getTitle () | |
| Get Title. | |
| setInfo ($a_info) | |
| Set Information Text. | |
| getInfo () | |
| Get Information Text. | |
| setValue ($a_value) | |
| Set Value. | |
| getValue () | |
| Get Value. | |
| insert (&$a_tpl) | |
| Insert property html. | |
| setValueByArray ($a_values) | |
| Set value by array. | |
Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
| addSubItem ($a_item) | |
| Add Subitem. | |
| getSubItems () | |
| Get Subitems. | |
| setSubformMode ($a_subformmode) | |
| Set Subform Mode. | |
| getSubformMode () | |
| Get Subform Mode. | |
| checkSubItemsInput () | |
| Check SubItems. | |
| getSubForm () | |
| Get sub form html. | |
Public Member Functions inherited from ilFormPropertyGUI | |
| setPostVar ($a_postvar) | |
| Set Post Variable. | |
| getPostVar () | |
| Get Post Variable. | |
| getFieldId () | |
| Get Post Variable. | |
| 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. | |
Protected Attributes | |
| $type | |
| $value | |
| $title | |
| $info | |
| $section_icon | |
Protected Attributes inherited from ilSubEnabledFormPropertyGUI | |
| $sub_items = array() | |
| $subformmode = "bottom" | |
Protected Attributes inherited from ilFormPropertyGUI | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
This class represents a non editable value in a property form.
Definition at line 31 of file class.ilNonEditableValueGUI.php.
| ilNonEditableValueGUI::__construct | ( | $a_title = "", |
|
$a_id = "" |
|||
| ) |
Constructor.
Reimplemented from ilFormPropertyGUI.
Definition at line 44 of file class.ilNonEditableValueGUI.php.
References setTitle(), and setType().
Here is the call graph for this function:| ilNonEditableValueGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilFormPropertyGUI.
Definition at line 51 of file class.ilNonEditableValueGUI.php.
| ilNonEditableValueGUI::getInfo | ( | ) |
Get Information Text.
Reimplemented from ilFormPropertyGUI.
Definition at line 111 of file class.ilNonEditableValueGUI.php.
References $info.
| ilNonEditableValueGUI::getTitle | ( | ) |
Get Title.
Reimplemented from ilFormPropertyGUI.
Definition at line 91 of file class.ilNonEditableValueGUI.php.
References $title.
| ilNonEditableValueGUI::getType | ( | ) |
Get Type.
Reimplemented from ilFormPropertyGUI.
Definition at line 71 of file class.ilNonEditableValueGUI.php.
References $type.
| ilNonEditableValueGUI::getValue | ( | ) |
Get Value.
Definition at line 131 of file class.ilNonEditableValueGUI.php.
References $value.
Referenced by insert().
Here is the caller graph for this function:| ilNonEditableValueGUI::insert | ( | & | $a_tpl | ) |
Insert property html.
Definition at line 140 of file class.ilNonEditableValueGUI.php.
References getValue().
Here is the call graph for this function:| ilNonEditableValueGUI::setInfo | ( | $a_info | ) |
Set Information Text.
| string | $a_info | Information Text |
Reimplemented from ilFormPropertyGUI.
Definition at line 101 of file class.ilNonEditableValueGUI.php.
| ilNonEditableValueGUI::setTitle | ( | $a_title | ) |
Set Title.
| string | $a_title | Title |
Reimplemented from ilFormPropertyGUI.
Definition at line 81 of file class.ilNonEditableValueGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilNonEditableValueGUI::setType | ( | $a_type | ) |
Set Type.
| string | $a_type | Type |
Reimplemented from ilFormPropertyGUI.
Definition at line 61 of file class.ilNonEditableValueGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilNonEditableValueGUI::setValue | ( | $a_value | ) |
Set Value.
| string | $a_value | Value |
Definition at line 121 of file class.ilNonEditableValueGUI.php.
Referenced by ilPaymentObjectGUI\editDetails(), ilGroupRegistrationGUI\fillRegistrationPeriod(), ilCourseRegistrationGUI\fillRegistrationPeriod(), ilGroupRegistrationGUI\fillRegistrationType(), ilCourseRegistrationGUI\fillRegistrationType(), ilPersonalProfileGUI\initForm(), ilObjCalendarSettingsGUI\initFormSettings(), ilECSSettingsGUI\initSettingsForm(), setValueByArray(), ilCourseRegistrationGUI\showCourseDefinedFields(), and ilPaymentObjectGUI\showSelectedObject().
Here is the caller graph for this function:| ilNonEditableValueGUI::setValueByArray | ( | $a_values | ) |
Set value by array.
| array | $a_values | value array |
Definition at line 152 of file class.ilNonEditableValueGUI.php.
References ilFormPropertyGUI\getPostVar(), and setValue().
Here is the call graph for this function:
|
protected |
Definition at line 36 of file class.ilNonEditableValueGUI.php.
Referenced by getInfo().
|
protected |
Definition at line 37 of file class.ilNonEditableValueGUI.php.
|
protected |
Definition at line 35 of file class.ilNonEditableValueGUI.php.
Referenced by getTitle().
|
protected |
Definition at line 33 of file class.ilNonEditableValueGUI.php.
Referenced by getType().
|
protected |
Definition at line 34 of file class.ilNonEditableValueGUI.php.
Referenced by getValue().