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