Documentation

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

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
Return values
View|Closure|string

Search results