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
:
130
|
|
|
Return values
array<string|int, Aggregation>
getFilter()
¶
ProductQuery.php
:
55
|
|
|
Return values
CriterionInterface|null
getLimit()
¶
ProductQuery.php
:
101
|
|
|
Return values
int
getOffset()
¶
ProductQuery.php
:
91
|
|
|
Return values
int
getQuery()
¶
ProductQuery.php
:
73
|
|
|
Return values
CriterionInterface|null
getSortClauses()
¶
ProductQuery.php
:
114
|
|
|
Return values
array<string|int, SortClause>
hasFilter()
¶
ProductQuery.php
:
63
|
|
|
Return values
bool
hasQuery()
¶
ProductQuery.php
:
81
|
|
|
Return values
bool
setAggregations()
¶
ProductQuery.php
:
138
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $aggregations | array<string|int, Aggregation> | - | - |
setFilter()
¶
ProductQuery.php
:
68
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $filter | CriterionInterface|null | - | - |
setLimit()
¶
ProductQuery.php
:
106
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $limit | int | - | - |
setOffset()
¶
ProductQuery.php
:
96
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $offset | int | - | - |
setQuery()
¶
ProductQuery.php
:
86
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $query | CriterionInterface|null | - | - |
setSortClauses()
¶
ProductQuery.php
:
122
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $sortClauses | array<string|int, SortClause> | - | - |