class HiddenFilter implements FilterInterface
Traits
Methods
array
asStringArray($filterValue, bool $multidimensional = false)
No description
from ValidateFilterTrait
string
getFilterKey()
<p>This filter will only be run when a query contains a filter param with this key.</p>
Details
in ValidateFilterTrait
at
line 21
protected array
asStringArray($filterValue, bool $multidimensional = false)
in ValidateFilterTrait
at
line 43
protected string
asString($filterValue)
in ValidateFilterTrait
at
line 55
protected int
asInt($filterValue)
in ValidateFilterTrait
at
line 68
protected array
asIntArray($filterValue)
in ValidateFilterTrait
at
line 78
protected bool
asBool($filterValue)
at
line 20
string
getFilterKey()
<p>This filter will only be run when a query contains a filter param with this key.</p>
at
line 25
filter(FilterState $filterState, string $filterValue, bool $negate)
<p>Filters a query.</p>