|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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. More... | |
| getTitle () | |
| Get Title. More... | |
| setInfo ($a_info) | |
| Set Info. More... | |
| getInfo () | |
| Get Info. More... | |
| setValue ($a_value) | |
| Set Value. More... | |
| getValue () | |
| Get Value. More... | |
| setDisabled ($a_disabled) | |
| getDisabled () | |
| addSubItem ($a_item) | |
| Add Subitem. More... | |
| getSubItems () | |
| Get Subitems. More... | |
| getSubInputItemsRecursive () | |
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.
| ilRadioOption::getDisabled | ( | ) |
| ilRadioOption::getInfo | ( | ) |
Get Info.
Definition at line 81 of file class.ilRadioOption.php.
References $info.
| ilRadioOption::getSubInputItemsRecursive | ( | ) |
Definition at line 136 of file class.ilRadioOption.php.
| 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.
| ilRadioOption::setInfo | ( | $a_info | ) |
Set Info.
| string | $a_info | Info |
Definition at line 71 of file class.ilRadioOption.php.
Referenced by __construct().
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().
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().