DynamicSearchRulesFilter
in package
FinalYes
Table of Contents
Properties
Methods
- setActive() : $this
- setQuery() : $this
- toArray() : array{query?: string, active?: bool}
Properties
$active
private
bool|null
$active
= null
$query
private
string|null
$query
= null
Methods
setActive()
public
setActive(bool $active) : $this
Parameters
- $active : bool
Return values
$thissetQuery()
public
setQuery(string $query) : $this
Parameters
- $query : string
Return values
$thistoArray()
public
toArray() : array{query?: string, active?: bool}