QuickFilter
extends Component
in package
Table of Contents
- $fields : mixed
- $filters : mixed
- $id : mixed
- $route : mixed
- __construct() : mixed
- Create a new component instance
- render() : View|string
- Get the view / contents that represent the component.
Properties
$fields
public
mixed
$fields
$filters
public
mixed
$filters
$id
public
mixed
$id
$route
public
mixed
$route
Methods
__construct()
Create a new component instance
public
__construct(Collection $fields, string $route[, array<string|int, mixed> $filters = [] ]) : mixed
Parameters
- $fields : Collection
-
List of fields
- $route : string
-
Route name for indexing
- $filters : array<string|int, mixed> = []
Return values
mixed —render()
Get the view / contents that represent the component.
public
render() : View|string