Methods
Constructor
__construct(array | \Traversable | null $options)
Parameters
$options
array\Traversablenull
Get a configuration property
__get(string $key) : mixed
see |
\Zend\Stdlib\ParameterObject::__get() |
Parameters
$key
string
Exceptions
Returns
mixed
Test if a configuration property is null
__isset(string $key) : bool
see |
\Zend\Stdlib\ParameterObject::__isset() |
Parameters
$key
string
Returns
bool
Set a configuration property
__set(string $key, mixed $value) : void
see |
\Zend\Stdlib\ParameterObject::__set() |
Parameters
$key
string
$value
mixed
Exceptions
Set a configuration property to NULL
__unset(string $key) : void
see |
\Zend\Stdlib\ParameterObject::__unset() |
Parameters
$key
string
Exceptions
Cast to array
toArray() : array
Properties
We use the __ prefix to avoid collisions with properties in
user-implementations.
$__strictMode__ : bool