__construct()
fillFromPostData()
getID()
getMetaHTML()
getValue()
setHelpID()
setValue()
$ID
$helpID
$name
$options
$value
Boolean option for list configuration.
package | lists |
---|---|
author | Roland Gruber |
__construct(String $name, array $options, String $ID) : \lamBooleanListOption
String
name to show on config page
array
list of possible values
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
valuesetHelpID(\Strign $id)
\Strign
help ID
setValue(String $value)
The value must not contain "=" and ";".
inherited_from | \lamListOption::setValue() |
---|
String
$ID
inherited_from | \lamListOption::$$ID |
---|
$helpID
$name
$value
inherited_from | \lamListOption::$$value |
---|