ContentDiscoveryQuery
ContentDiscoveryQuery.php
:
13
Read-only
Final
Properties¶
$contentTypeIdentifier
¶
ContentDiscoveryQuery.php
:
20
|
|
|
$limit
¶
ContentDiscoveryQuery.php
:
19
|
|
|
$offset
¶
ContentDiscoveryQuery.php
:
18
|
|
|
$scope
¶
ContentDiscoveryQuery.php
:
17
|
|
|
$searchQuery
¶
ContentDiscoveryQuery.php
:
21
|
|
|
$sortBy
¶
ContentDiscoveryQuery.php
:
22
|
|
|
$sortDirection
¶
ContentDiscoveryQuery.php
:
23
|
|
|
$targetLanguageCode
¶
ContentDiscoveryQuery.php
:
16
|
|
|
Methods¶
__construct()
¶
ContentDiscoveryQuery.php
:
15
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $targetLanguageCode | string | - | - |
| $scope | ContentDiscoveryScope|null | null | - |
| $offset | int | 0 | - |
| $limit | int | 25 | - |
| $contentTypeIdentifier | string|null | null | - |
| $searchQuery | string|null | null | - |
| $sortBy | string | 'name' | - |
| $sortDirection | string | 'asc' | - |