Class EnumType
Enum type
List of possible values can be set as array or sring, that will by delimited by "," or " " or ";" or "|". Filtered value is key of coresponded value in settings. If values are set by string, values are not filtered by default.
- PhpOptions\Types\AType
-
PhpOptions\Types\EnumType
Namespace: PhpOptions\Types
Author: Viktor Mašíček <viktor@masicek.net>
Located at Types/EnumType.php
Author: Viktor Mašíček <viktor@masicek.net>
Located at Types/EnumType.php
public
|
#
__construct(
array
$settings = array()
)
Set object First setting is list of possible values. If it is not array, then
list is make from substring delimited by "," or " " or ";" or "|"
Set object First setting is list of possible values. If it is not array, then list is make from substring delimited by "," or " " or ";" or "|" Parameters
|
public
boolean
|
|
public
string
|
|
protected
mixed
|
filter(),
settingsHasFlag()
|
$useFilter
|