__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
String
name to show on config page
String
unique ID
\lamBooleanListOption
config optionfillFromPostData() : array
array
list of StatusMessages (array(getID() : String
inherited_from | \lamListOption::getID() |
---|
String
IDgetMetaHTML() : \htmlTable
\htmlTable
meta HTMLgetValue() : String
The value must not contain "=" and ";".
inherited_from | \lamListOption::getValue() |
---|
String
valueisSelected() : boolean
boolean
true, 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 |
---|