Methods¶
__construct()
¶
ProductTypeListAdapter.php
:
20
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $productTypeService | ProductTypeServiceInterface | - | - |
fetch()
¶
ProductTypeListAdapter.php
:
28
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $offset | int | - | - |
| $limit | int | - | - |
Return values
Iterator<string|int, ProductTypeInterface>