Copied!

CustomerGroupAssignedItemsServiceDecorator

CustomerGroupAssignedItemsServiceDecorator.php : 13
Abstract

Properties

protected $innerService

CustomerGroupAssignedItemsServiceDecorator.php : 15

Methods

public__construct()

CustomerGroupAssignedItemsServiceDecorator.php : 17
public __construct(CustomerGroupAssignedItemsServiceInterface $innerService)

Parameters

Name Type Default value Description
$innerService CustomerGroupAssignedItemsServiceInterface - -

publicgetAssignedItems()

CustomerGroupAssignedItemsServiceDecorator.php : 22
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>