CollapsibleFilterActions
extends Component
in package
Table of Contents
- $filterApplied : bool
- $icon : string
- $label : string
- $panel : string
- $resetAction : string
- __construct() : mixed
- Create a new component instance.
- render() : View|Closure|string
- Get the view / contents that represent the component.
Properties
$filterApplied
public
bool
$filterApplied
$icon
public
string
$icon
= 'filter_list'
$label
public
string
$label
= 'Filter'
$panel
public
string
$panel
= 'collapsible-filter-panel'
$resetAction
public
string
$resetAction
= 'resetFilters'
Methods
__construct()
Create a new component instance.
public
__construct(bool $filterApplied[, string $label = 'Filter' ][, string $icon = 'filter_list' ][, string $panel = 'collapsible-filter-panel' ][, string $resetAction = 'resetFilters' ]) : mixed
Parameters
- $filterApplied : bool
- $label : string = 'Filter'
- $icon : string = 'filter_list'
- $panel : string = 'collapsible-filter-panel'
- $resetAction : string = 'resetFilters'
Return values
mixed —render()
Get the view / contents that represent the component.
public
render() : View|Closure|string