Copied!

URLWildcardQuery

URLWildcardQuery.php : 17
Extends ValueObject

This class is used to perform a URLWildcard query.

Properties

public $filter

URLWildcardQuery.php : 22

The Query filter.

public Criterion $filter

public $limit

URLWildcardQuery.php : 44

Query limit.

public int $limit = 25

Limit for number of search hits to return. If value is 0, search query will not return any search hits, useful for doing a count.

public $offset

URLWildcardQuery.php : 36

Query offset.

public int $offset = 0

Sets the offset for search hits, used for paging the results.

public $performCount

URLWildcardQuery.php : 49

If true, search engine should perform count even if that means extra lookup.

public bool $performCount = true

public $sortClauses

URLWildcardQuery.php : 29

Query sorting clauses.

public array<string|int, SortClause$sortClauses = []

Methods

public__construct()

ValueObject.php : 30

Construct object optionally with a set of properties.

public __construct([array<string|int, mixed> $properties = [] ])

Readonly properties values must be set using $properties as they are not writable anymore after object has been created.

Parameters

Name Type Default value Description
$properties array<string|int, mixed> [] -

protectedgetProperties()

ValueObject.php : 50

Function where list of properties are returned.

protected getProperties([array<string|int, mixed> $dynamicProperties = [] ]) : array<string|int, mixed>

Used by attributes(), override to add dynamic properties

Parameters

Name Type Default value Description
$dynamicProperties array<string|int, mixed> []

Additional dynamic properties exposed on the object

Return values

array<string|int, mixed>