ShoppingListQuery
ShoppingListQuery.php
:
14
Final
Constants¶
DEFAULT_LIMIT ¶
ShoppingListQuery.php
:
16
|
|
|
Methods¶
__construct()
¶
ShoppingListQuery.php
:
21
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $query | CriterionInterface|null | null | - |
| $sortClauses | array<string|int, FieldValueSortClause> | [] | - |
| $offset | int | 0 | - |
| $limit | int | ShoppingListQuery::DEFAULT_LIMIT | - |
getLimit()
¶
ShoppingListQuery.php
:
59
|
|
|
Return values
int
getOffset()
¶
ShoppingListQuery.php
:
49
|
|
|
Return values
int
getQuery()
¶
ShoppingListQuery.php
:
28
|
|
|
Return values
CriterionInterface|null
getSortClauses()
¶
ShoppingListQuery.php
:
36
|
|
|
Return values
array<string|int, FieldValueSortClause>
setLimit()
¶
ShoppingListQuery.php
:
64
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $limit | int | - | - |
setOffset()
¶
ShoppingListQuery.php
:
54
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $offset | int | - | - |
setSortClauses()
¶
ShoppingListQuery.php
:
44
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $sortClauses | array<string|int, FieldValueSortClause> | - | - |