ProductVariantQuery
ProductVariantQuery.php
:
13
Final
Constants¶
DEFAULT_LIMIT ¶
ProductVariantQuery.php
:
15
|
|
Methods¶
__construct()
¶
ProductVariantQuery.php
:
27
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$offset | int | 0 | - |
$limit | int | ProductVariantQuery::DEFAULT_LIMIT | - |
getAttributesCriterion()
¶
ProductVariantQuery.php
:
73
|
|
Return values
ProductCriterionAdapter<string|int, CriterionInterface>|null
getLimit()
¶
ProductVariantQuery.php
:
44
|
|
Return values
int
getOffset()
¶
ProductVariantQuery.php
:
34
|
|
Return values
int
getVariantCodes()
¶
ProductVariantQuery.php
:
57
|
|
Return values
array<string|int, string>|null
setAttributesCriterion()
¶
ProductVariantQuery.php
:
81
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$criterion | ProductCriterionAdapter<string|int, CriterionInterface>|null | - | - |
setLimit()
¶
ProductVariantQuery.php
:
49
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$limit | int | - | - |
setOffset()
¶
ProductVariantQuery.php
:
39
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$offset | int | - | - |
setVariantCodes()
¶
ProductVariantQuery.php
:
65
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$variantCodes | array<string|int, string>|null | - | - |