ProductVariantQuery
ProductVariantQuery.php
:
11
Constants¶
DEFAULT_LIMIT ¶
ProductVariantQuery.php
:
13
|
|
|
Methods¶
__construct()
¶
ProductVariantQuery.php
:
22
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $offset | int | 0 | - |
| $limit | int | ProductVariantQuery::DEFAULT_LIMIT | - |
getLimit()
¶
ProductVariantQuery.php
:
38
|
|
|
Return values
int
getOffset()
¶
ProductVariantQuery.php
:
28
|
|
|
Return values
int
getVariantCodes()
¶
ProductVariantQuery.php
:
51
|
|
|
Return values
array<string|int, string>|null
setLimit()
¶
ProductVariantQuery.php
:
43
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $limit | int | - | - |
setOffset()
¶
ProductVariantQuery.php
:
33
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $offset | int | - | - |
setVariantCodes()
¶
ProductVariantQuery.php
:
59
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $variantCodes | array<string|int, string>|null | - | - |