CustomerGroupAssignedItemsServiceDecorator
CustomerGroupAssignedItemsServiceDecorator.php
:
13
Abstract
Implements
CustomerGroupAssignedItemsServiceInterface
Properties¶
$innerService
¶
CustomerGroupAssignedItemsServiceDecorator.php
:
15
|
|
|
Methods¶
__construct()
¶
CustomerGroupAssignedItemsServiceDecorator.php
:
17
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $innerService | CustomerGroupAssignedItemsServiceInterface | - | - |
getAssignedItems()
¶
CustomerGroupAssignedItemsServiceDecorator.php
:
22
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $customerGroup | CustomerGroupInterface | - | - |
| $limit | int|null | null | - |
| $offset | int | 0 | - |
Return values
iterable<string|int, AssignedItemInterface>