Methods¶
__construct()
¶
VariantFetchAdapter.php
:
25
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$productService | ProductServiceInterface | - | - |
$product | ProductInterface | - | - |
$query | ProductVariantQuery|null | null | - |
fetch()
¶
VariantFetchAdapter.php
:
38
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$offset | int | - | - |
$limit | int | - | - |
Return values
Iterator<string|int, ProductVariantInterface>