CustomerGroupAssignedItemsServiceInterface
CustomerGroupAssignedItemsServiceInterface.php
:
13
Interface
Methods¶
getAssignedItems()
¶
CustomerGroupAssignedItemsServiceInterface.php
:
18
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$customerGroup | CustomerGroupInterface | - | - |
$limit | int|null | null | - |
$offset | int | 0 | - |
Return values
iterable<string|int, AssignedItemInterface>