Filter
Table of Contents
Constants
-
PERIOD_MONTH
= 30
-
PERIOD_MONTH_12
= 365
-
PERIOD_MONTH_3
= 90
-
PERIOD_MONTH_6
= 180
-
PERIOD_WEEK
= 7
Methods
-
__construct()
: mixed
-
clear()
: mixed
-
get()
: mixed
-
getMappedArray()
: mixed
-
getNames()
: mixed
-
set()
: mixed
PERIOD_MONTH
public
mixed
PERIOD_MONTH
= 30
PERIOD_MONTH_12
public
mixed
PERIOD_MONTH_12
= 365
PERIOD_MONTH_3
public
mixed
PERIOD_MONTH_3
= 90
PERIOD_MONTH_6
public
mixed
PERIOD_MONTH_6
= 180
PERIOD_WEEK
public
mixed
PERIOD_WEEK
= 7
__construct()
public
__construct([array<string|int, mixed> $values = array() ]) : mixed
Parameters
-
$values
: array<string|int, mixed>
= array()
-
clear()
public
clear() : mixed
get()
public
get(mixed $name) : mixed
Parameters
-
$name
: mixed
-
getMappedArray()
public
getMappedArray(array<string|int, mixed> $map[, array<string|int, mixed> $filter = array() ]) : mixed
Parameters
-
$map
: array<string|int, mixed>
-
-
$filter
: array<string|int, mixed>
= array()
-
getNames()
public
getNames() : mixed
set()
public
set(mixed $name[, mixed $value = null ]) : mixed
Parameters
-
$name
: mixed
-
-
$value
: mixed
= null
-