BeforePageTreeIsFilteredEvent
FinalYes
Listeners to this event will be able to modify the search parts, to be used to filter the page tree
Table of Contents
Properties
- $queryBuilder : QueryBuilder
- $searchParts : CompositeExpression
- $searchPhrase : string
- $searchUids : array<string|int, mixed>
Methods
- __construct() : mixed
Properties
$queryBuilder read-only
public
QueryBuilder
$queryBuilder
$searchParts
public
CompositeExpression
$searchParts
$searchPhrase read-only
public
string
$searchPhrase
$searchUids
public
array<string|int, mixed>
$searchUids
Methods
__construct()
public
__construct(CompositeExpression $searchParts, array<string|int, mixed> $searchUids, string $searchPhrase, QueryBuilder $queryBuilder) : mixed
Parameters
- $searchParts : CompositeExpression
- $searchUids : array<string|int, mixed>
- $searchPhrase : string
- $queryBuilder : QueryBuilder