|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilRadioOption:
Collaboration diagram for ilRadioOption:Public Member Functions | |
| __construct (string $a_title="", string $a_value="", string $a_info="") | |
| setTitle (string $a_title) | |
| getTitle () | |
| setInfo (string $a_info) | |
| getInfo () | |
| setValue (string $a_value) | |
| getValue () | |
| setDisabled (bool $a_disabled) | |
| getDisabled () | |
| addSubItem ($a_item) | |
| getSubItems () | |
| getSubInputItemsRecursive () | |
Protected Attributes | |
| string | $title = "" |
| string | $value = "" |
| string | $info = "" |
| array | $sub_items = array() |
| bool | $disabled = false |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning This class represents an option in a radio group
Definition at line 26 of file class.ilRadioOption.php.
| ilRadioOption::__construct | ( | string | $a_title = "", |
| string | $a_value = "", |
||
| string | $a_info = "" |
||
| ) |
Definition at line 34 of file class.ilRadioOption.php.
References setInfo(), setTitle(), and setValue().
Here is the call graph for this function:| ilRadioOption::addSubItem | ( | $a_item | ) |
| ilFormPropertyGUI | ilFormSectionHeaderGUI | $a_item |
Definition at line 87 of file class.ilRadioOption.php.
Referenced by ilForumLP\appendModeConfiguration(), ilAssClozeTestFeedback\completeFbPropsForNumericGap(), ilAssClozeTestFeedback\completeFbPropsForSelectGap(), ilAssClozeTestFeedback\completeFbPropsForTextGap(), and ilAssClozeTestFeedback\completeFormPropsForFeedbackModeGapQuestion().
Here is the caller graph for this function:| ilRadioOption::getDisabled | ( | ) |
| ilRadioOption::getInfo | ( | ) |
| ilRadioOption::getSubInputItemsRecursive | ( | ) |
Definition at line 97 of file class.ilRadioOption.php.
| ilRadioOption::getSubItems | ( | ) |
| ilRadioOption::getTitle | ( | ) |
| ilRadioOption::getValue | ( | ) |
| ilRadioOption::setDisabled | ( | bool | $a_disabled | ) |
Definition at line 74 of file class.ilRadioOption.php.
References ILIAS\UI\examples\Input\Field\Checkbox\disabled().
Here is the call graph for this function:| ilRadioOption::setInfo | ( | string | $a_info | ) |
Definition at line 54 of file class.ilRadioOption.php.
References ILIAS\UI\examples\MessageBox\Info\info().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilRadioOption::setTitle | ( | string | $a_title | ) |
Definition at line 44 of file class.ilRadioOption.php.
Referenced by __construct().
Here is the caller graph for this function:| ilRadioOption::setValue | ( | string | $a_value | ) |
Definition at line 64 of file class.ilRadioOption.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 32 of file class.ilRadioOption.php.
Referenced by getDisabled().
|
protected |
Definition at line 30 of file class.ilRadioOption.php.
Referenced by getInfo().
|
protected |
Definition at line 31 of file class.ilRadioOption.php.
Referenced by getSubItems().
|
protected |
Definition at line 28 of file class.ilRadioOption.php.
Referenced by getTitle().
|
protected |
Definition at line 29 of file class.ilRadioOption.php.
Referenced by getValue().