__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
Stringname to show on config page
arraylist of possible values
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() |
|---|
StringvaluesetHelpID(\Strign $id)
\Strignhelp 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 |
|---|