Constants¶
DEFAULT_LIMIT ¶
ProductQuery.php
:
19
|
|
|
SORT_ASC ¶
ProductQuery.php
:
16
|
|
|
SORT_DESC ¶
ProductQuery.php
:
17
|
|
|
Methods¶
__construct()
¶
ProductQuery.php
:
39
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $filter | CriterionInterface|null | null | - |
| $query | CriterionInterface|null | null | - |
| $sortClauses | array<string|int, SortClause> | [] | - |
| $offset | int | 0 | - |
| $limit | int | ProductQuery::DEFAULT_LIMIT | - |
| $aggregations | array<string|int, Aggregation> | [] | - |
getAggregations()
¶
ProductQuery.php
:
124
|
|
|
Return values
array<string|int, Aggregation>
getFilter()
¶
ProductQuery.php
:
55
|
|
|
Return values
CriterionInterface|null
getLimit()
¶
ProductQuery.php
:
95
|
|
|
Return values
int
getOffset()
¶
ProductQuery.php
:
85
|
|
|
Return values
int
getQuery()
¶
ProductQuery.php
:
70
|
|
|
Return values
CriterionInterface|null
getSortClauses()
¶
ProductQuery.php
:
108
|
|
|
Return values
array<string|int, SortClause>
hasFilter()
¶
ProductQuery.php
:
60
|
|
|
Return values
bool
hasQuery()
¶
ProductQuery.php
:
75
|
|
|
Return values
bool
setAggregations()
¶
ProductQuery.php
:
132
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $aggregations | array<string|int, Aggregation> | - | - |
setFilter()
¶
ProductQuery.php
:
65
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $filter | CriterionInterface|null | - | - |
setLimit()
¶
ProductQuery.php
:
100
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $limit | int | - | - |
setOffset()
¶
ProductQuery.php
:
90
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $offset | int | - | - |
setQuery()
¶
ProductQuery.php
:
80
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $query | CriterionInterface|null | - | - |
setSortClauses()
¶
ProductQuery.php
:
116
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $sortClauses | array<string|int, SortClause> | - | - |