ILIAS
Release_3_10_x_branch Revision 61812
|
This class represents an option in a radio group. More...
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. | |
addSubItem ($a_item) | |
Add Subitem. | |
getSubItems () | |
Get Subitems. |
Protected Attributes | |
$title | |
$value | |
$info | |
$sub_items = array() |
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 38 of file class.ilRadioOption.php.
References setInfo(), setTitle(), and setValue().
ilRadioOption::addSubItem | ( | $a_item | ) |
Add Subitem.
object | $a_item | Item |
Definition at line 110 of file class.ilRadioOption.php.
Referenced by ilAdvancedSearchGUI\initAdvancedMetaDataForm(), ilObjRemoteCourseGUI\initEditTable(), ilObjChatServerGUI\initForm(), ilObjGroupGUI\initForm(), ilCourseItemAdministrationGUI\initFormEdit(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilPCDataTableGUI\insert(), and ilPCTableGUI\insert().
ilRadioOption::getInfo | ( | ) |
Get Info.
Definition at line 80 of file class.ilRadioOption.php.
References $info.
ilRadioOption::getSubItems | ( | ) |
Get Subitems.
Definition at line 120 of file class.ilRadioOption.php.
References $sub_items.
ilRadioOption::getTitle | ( | ) |
Get Title.
Definition at line 60 of file class.ilRadioOption.php.
References $title.
ilRadioOption::getValue | ( | ) |
Get Value.
Definition at line 100 of file class.ilRadioOption.php.
References $value.
ilRadioOption::setInfo | ( | $a_info | ) |
Set Info.
string | $a_info | Info |
Definition at line 70 of file class.ilRadioOption.php.
Referenced by __construct(), ilObjNewsSettingsGUI\editSettings(), ilObjCourseGUI\fillECSExportSettings(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjCourseGUI\initForm(), ilObjGroupGUI\initForm(), ilCalendarCategoryGUI\initFormCategory(), ilCourseItemAdministrationGUI\initFormEdit(), ilNewsItemGUIGen\initFormNewsItem(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilObjMediaCastSettingsGUI\initFormSettings(), ilObjMediaCastGUI\initSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), and ilObjPrivacySecurityGUI\showSecurity().
ilRadioOption::setTitle | ( | $a_title | ) |
Set Title.
string | $a_title | Title |
Definition at line 50 of file class.ilRadioOption.php.
Referenced by __construct().
ilRadioOption::setValue | ( | $a_value | ) |
Set Value.
string | $a_value | Value |
Definition at line 90 of file class.ilRadioOption.php.
Referenced by __construct(), ilObjCourseGUI\initForm(), ilObjGroupGUI\initForm(), ilLDAPSettingsGUI\initFormRoleAssignments(), and ilAdvancedMDRecordGUI\parseSearch().
|
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().