CheckFilter
class CheckFilter extends Filter
Properties
protected string|array | $class | from Filter | |
protected Column | $parent | from Filter | |
protected array | $options |
Methods
array|Request|string
getFilterValue(string $default = '')
Get filter value of this column.
from
Filter
render()
Render this filter.
__construct(array $options)
CheckFilter constructor.
Details
in
Filter at line 34
string
getColumnName()
Get column name.
in
Filter at line 46
array|Request|string
getFilterValue(string $default = '')
Get filter value of this column.
in
Filter at line 56
string
getFormAction()
Get form action url.
at line 49
render()
Render this filter.
in
Filter at line 80
protected array|null|string
trans(string $key)
No description
at line 19
__construct(array $options)
CheckFilter constructor.
at line 35
addBinding(array $value, Model $model)
Add a binding to the query.