ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
This class represents an option in a checkbox group. More...
Additional Inherited Members | |
Public Member Functions inherited from ilRadioOption | |
__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 inherited from ilRadioOption | |
$title | |
$value | |
$info | |
$sub_items = array() | |
$disabled | |
This class represents an option in a checkbox group.
Definition at line 31 of file class.ilCheckboxOption.php.