__construct()
fillFromPostData()
getID()
getMetaHTML()
getValue()
isSelected()
setValue()
$ID
$name
$value
Boolean option for list configuration.
| package | lists |
|---|---|
| author | Roland Gruber |
__construct(String $name, String $ID) : \lamBooleanListOption
Stringname to show on config page
Stringunique ID
\lamBooleanListOptionconfig optionfillFromPostData() : array
arraylist of StatusMessages (array(getID() : String
| inherited_from | \lamListOption::getID() |
|---|
StringIDgetMetaHTML() : \htmlTable
\htmlTablemeta HTMLgetValue() : String
The value must not contain "=" and ";".
| inherited_from | \lamListOption::getValue() |
|---|
StringvalueisSelected() : boolean
booleantrue, if selectedsetValue(String $value)
The value must not contain "=" and ";".
| inherited_from | \lamListOption::setValue() |
|---|
String
$ID
| inherited_from | \lamListOption::$$ID |
|---|
$name
$value
| inherited_from | \lamListOption::$$value |
|---|