Represents a list configuration option.

package lists
author Roland Gruber

 Methods

Creates a new config option.

__construct(String $ID) : \lamConfigOption

Parameters

$ID

String

unique ID

Returns

\lamConfigOptionconfig option

Fills the config option from POST data.

fillFromPostData() : array

Returns

arraylist of StatusMessages (array(, , ))

Returns the option ID.

getID() : String

Returns

StringID

Returns the meta HTML data to display this option.

getMetaHTML() : \htmlTable

Returns

\htmlTablemeta HTML

Returns the option value.

getValue() : String

The value must not contain "=" and ";".

Returns

Stringvalue

Sets the config option value.

setValue(String $value) 

The value must not contain "=" and ";".

Parameters

$value

String

 Properties

 

unique ID

$ID 

 

option value

$value