Copied!

CustomerGroupAssignedItemsServiceInterface

CustomerGroupAssignedItemsServiceInterface.php : 13
Interface

Methods

publicgetAssignedItems()

CustomerGroupAssignedItemsServiceInterface.php : 18
public getAssignedItems(CustomerGroupInterface $customerGroup[, int|null $limit = null ][, int $offset = 0 ]) : iterable<string|int, AssignedItemInterface>

Parameters

Name Type Default value Description
$customerGroup CustomerGroupInterface - -
$limit int|null null -
$offset int 0 -

Return values

iterable<string|int, AssignedItemInterface>