Methods
Invoke filter as a command
__invoke(mixed $value) : mixed
Proxies to filter()
Parameters
$value
mixed
Exceptions
Returns
mixed
Returns the result of filtering $value
filter(mixed $value) : mixed
Inherited
inherited_from |
\Zend\Filter\FilterInterface::filter() |
Parameters
$value
mixed
Exceptions
Returns
mixed
Retrieve options representing object state
getOptions() : array
hasPcreUnicodeSupport()
hasPcreUnicodeSupport() : bool
setOptions()
setOptions(array | \Traversable $options) : \Zend\Filter\self
Parameters
$options
array\Traversable
Exceptions
Returns
\Zend\Filter\self
isOptions()
isOptions(mixed $options) : bool
Parameters
$options
mixed
Returns
bool
Properties
Filter options
$options : array