AttributeGroupFetchAdapter
AttributeGroupFetchAdapter.php
:
16
Final
Implements
BatchIteratorAdapter
Methods¶
__construct()
¶
AttributeGroupFetchAdapter.php
:
22
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributeGroupService | AttributeGroupServiceInterface | - | - |
| $query | AttributeGroupQuery|null | null | - |
fetch()
¶
AttributeGroupFetchAdapter.php
:
33
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $offset | int | - | - |
| $limit | int | - | - |
Return values
Iterator<mixed, AttributeGroupInterface>