LDAP Account Manager

lamListOption
in package

Represents a list configuration option.

Tags
author

Roland Gruber

Table of Contents

$ID  : string
unique ID
$value  : string|null
option value
__construct()  : mixed
Creates a new config option.
fillFromPostData()  : void
Fills the config option from POST data.
getID()  : string
Returns the option ID.
getMetaHTML()  : htmlResponsiveRow
Returns the meta HTML data to display this option.
getValue()  : string|null
Returns the option value. The value must not contain "=" and ";".
setValue()  : void
Sets the config option value. The value must not contain "=" and ";".

Properties

$ID

unique ID

private string $ID

$value

option value

private string|null $value = \null

Methods

__construct()

Creates a new config option.

public __construct(string $ID) : mixed
Parameters
$ID : string

unique ID

Return values
mixed

fillFromPostData()

Fills the config option from POST data.

public abstract fillFromPostData() : void
Return values
void

getID()

Returns the option ID.

public getID() : string
Return values
string

ID

getValue()

Returns the option value. The value must not contain "=" and ";".

public getValue() : string|null
Return values
string|null

value

setValue()

Sets the config option value. The value must not contain "=" and ";".

public setValue(string $value) : void
Parameters
$value : string

value

Return values
void

Search results