|
ILIAS
Release_4_0_x_branch Revision 61816
|
This class represents an option in a radio group. More...
Inheritance diagram for ilRadioOption:
Collaboration diagram for ilRadioOption:Public Member Functions | |
| __construct ($a_title="", $a_value="", $a_info="") | |
| setTitle ($a_title) | |
| Set Title. | |
| getTitle () | |
| Get Title. | |
| setInfo ($a_info) | |
| Set Info. | |
| getInfo () | |
| Get Info. | |
| setValue ($a_value) | |
| Set Value. | |
| getValue () | |
| Get Value. | |
| setDisabled ($a_disabled) | |
| getDisabled () | |
| addSubItem ($a_item) | |
| Add Subitem. | |
| getSubItems () | |
| Get Subitems. | |
Protected Attributes | |
| $title | |
| $value | |
| $info | |
| $sub_items = array() | |
| $disabled | |
This class represents an option in a radio group.
Definition at line 31 of file class.ilRadioOption.php.
| ilRadioOption::__construct | ( | $a_title = "", |
|
$a_value = "", |
|||
$a_info = "" |
|||
| ) |
Definition at line 39 of file class.ilRadioOption.php.
References setInfo(), setTitle(), and setValue().
Here is the call graph for this function:| ilRadioOption::addSubItem | ( | $a_item | ) |
Add Subitem.
| object | $a_item | Item |
Definition at line 121 of file class.ilRadioOption.php.
Referenced by ilObjCourseGUI\fillECSExportSettings(), ilPageObjectGUI\initActivationForm(), ilAdvancedSearchGUI\initAdvancedMetaDataForm(), ilPCMediaObjectGUI\initAliasForm(), ilObjRemoteCourseGUI\initEditTable(), ilPCTabsGUI\initForm(), ilObjChatServerGUI\initForm(), ilObjGroupGUI\initForm(), ilCourseItemAdministrationGUI\initFormEdit(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilRepositorySearchGUI\initFormSearch(), and ilPCTableGUI\initPropertiesForm().
Here is the caller graph for this function:| ilRadioOption::getDisabled | ( | ) |
Definition at line 111 of file class.ilRadioOption.php.
References $disabled.
| ilRadioOption::getInfo | ( | ) |
Get Info.
Definition at line 81 of file class.ilRadioOption.php.
References $info.
| ilRadioOption::getSubItems | ( | ) |
Get Subitems.
Definition at line 131 of file class.ilRadioOption.php.
References $sub_items.
| ilRadioOption::getTitle | ( | ) |
Get Title.
Definition at line 61 of file class.ilRadioOption.php.
References $title.
| ilRadioOption::getValue | ( | ) |
Get Value.
Definition at line 101 of file class.ilRadioOption.php.
References $value.
| ilRadioOption::setDisabled | ( | $a_disabled | ) |
Definition at line 106 of file class.ilRadioOption.php.
Referenced by ilUserProfile\addStandardFieldsToForm(), and ilObjRemoteCourseGUI\initEditTable().
Here is the caller graph for this function:| ilRadioOption::setInfo | ( | $a_info | ) |
Set Info.
| string | $a_info | Info |
Definition at line 71 of file class.ilRadioOption.php.
Referenced by __construct(), ilObjNewsSettingsGUI\editSettings(), ilObjCourseGUI\fillECSExportSettings(), ilObjMediaCastGUI\initAddCastItemForm(), ilECSSettingsGUI\initCategoryMappingForm(), ilObjChatServerGUI\initForm(), ilObjMediaObjectGUI\initForm(), ilObjCourseGUI\initForm(), ilObjGroupGUI\initForm(), ilCourseItemAdministrationGUI\initFormEdit(), ilNewsItemGUIGen\initFormNewsItem(), ilAuthShibbolethSettingsGUI\initFormRoleAssignment(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilObjMediaCastSettingsGUI\initFormSettings(), ilShopNewsGUI\initNewsForm(), ilObjFileGUI\initPropertiesForm(), ilObjMediaCastGUI\initSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), and ilObjPrivacySecurityGUI\showSecurity().
Here is the caller graph for this function:| ilRadioOption::setTitle | ( | $a_title | ) |
Set Title.
| string | $a_title | Title |
Definition at line 51 of file class.ilRadioOption.php.
Referenced by __construct().
Here is the caller graph for this function:| ilRadioOption::setValue | ( | $a_value | ) |
Set Value.
| string | $a_value | Value |
Definition at line 91 of file class.ilRadioOption.php.
Referenced by __construct(), ilObjCourseGUI\initForm(), ilObjGroupGUI\initForm(), ilAdvancedMDRecordGUI\parseSearch(), and ilObjRoleGUI\showChangeExistingObjectsConfirmation().
Here is the caller graph for this function:
|
protected |
Definition at line 37 of file class.ilRadioOption.php.
Referenced by getDisabled().
|
protected |
Definition at line 35 of file class.ilRadioOption.php.
Referenced by getInfo().
|
protected |
Definition at line 36 of file class.ilRadioOption.php.
Referenced by getSubItems().
|
protected |
Definition at line 33 of file class.ilRadioOption.php.
Referenced by getTitle().
|
protected |
Definition at line 34 of file class.ilRadioOption.php.
Referenced by getValue().