CartQuery
CartQuery.php
:
11
Constants¶
DEFAULT_LIMIT ¶
CartQuery.php
:
13
|
|
Methods¶
__construct() ¶
CartQuery.php
:
21
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$offset | int | 0 | - |
$limit | int | CartQuery::DEFAULT_LIMIT | - |
$ownerId | int|null | null | - |
getLimit() ¶
CartQuery.php
:
41
|
|
Return values
int
getOffset() ¶
CartQuery.php
:
31
|
|
Return values
int
getOwnerId() ¶
CartQuery.php
:
51
|
|
Return values
int|null
setLimit() ¶
CartQuery.php
:
46
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$limit | int | - | - |
setOffset() ¶
CartQuery.php
:
36
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$offset | int | - | - |
setOwnerId() ¶
CartQuery.php
:
56
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$ownerId | int|null | - | - |