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