DestSelectorField extends AbstractField
Class DateField
Table of Contents
Methods
- __construct() : mixed
- DateField constructor.
- applyFilter() : void
- Apply filter.
- create() : static
- DateField constructor.
- fetchFieldValue() : array<string|int, mixed>
- Fetch field value.
- getFilterKey() : string
- Get filter key.
- getId() : string
- Get id.
- getValue() : string
- Get value.
Methods
__construct()
DateField constructor.
public
__construct(array<string|int, mixed> $data) : mixed
Parameters
- $data : array<string|int, mixed>
-
Data.
applyFilter()
Apply filter.
public
applyFilter([array<string|int, mixed> &$filter = array() ]) : void
Parameters
- $filter : array<string|int, mixed> = array()
-
Filter.
create()
DateField constructor.
public
static create(array<string|int, mixed> $data) : static
Parameters
- $data : array<string|int, mixed>
-
Data.
Return values
staticfetchFieldValue()
Fetch field value.
public
fetchFieldValue(array<string|int, mixed> $filterFields) : array<string|int, mixed>
Parameters
- $filterFields : array<string|int, mixed>
-
Filter fields.
Return values
array<string|int, mixed>getFilterKey()
Get filter key.
public
getFilterKey() : string
Return values
stringgetId()
Get id.
public
getId() : string
Return values
stringgetValue()
Get value.
public
getValue([mixed $defaultValue = null ]) : string
Parameters
- $defaultValue : mixed = null
-
Default value.