Class AbstractDateDropdown

Summary

Fully Qualified Name: Zend\Filter\AbstractDateDropdown
Extends: AbstractFilter

Description

Methods

Name Description Defined By
__construct() AbstractDateDropdown
__invoke() Invoke filter as a command AbstractFilter
filter() Attempts to filter an array of date/time information to a formatted string. AbstractDateDropdown
getOptions() Retrieve options representing object state AbstractFilter
hasPcreUnicodeSupport() AbstractFilter
isNullOnAllEmpty() AbstractDateDropdown
isNullOnEmpty() AbstractDateDropdown
reduce() Reduce to a single value AbstractDateDropdown
setNullOnAllEmpty() AbstractDateDropdown
setNullOnEmpty() AbstractDateDropdown
setOptions() AbstractFilter

Method Details

__construct()

Parameter Name Type Description
$options mixed If

Returns:

__invoke()

Invoke filter as a command

Proxies to {@link filter()}

Parameter Name Type Description
$value mixed

Returns: mixed

filter()

Attempts to filter an array of date/time information to a formatted string.

Parameter Name Type Description
$value mixed

Returns: mixed

getOptions()

Retrieve options representing object state

Returns: array

hasPcreUnicodeSupport()

Returns: bool

isNullOnAllEmpty()

Returns: bool

isNullOnEmpty()

Returns: bool

reduce()

Reduce to a single value

Parameter Name Type Description
$soFar string
$value string

Returns: bool

setNullOnAllEmpty()

Parameter Name Type Description
$nullOnAllEmpty bool

Returns: self

setNullOnEmpty()

Parameter Name Type Description
$nullOnEmpty bool

Returns: self

setOptions()

Parameter Name Type Description
$options array|\Traversable

Returns: self

Top