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