Copied!

CustomerGroupListInterface

CustomerGroupListInterface.php : 17
Extends IteratorAggregate, Countable
Tags
Extends

IteratorAggregate<\Ibexa\Contracts\ProductCatalog\Values\CustomerGroupInterface>

Methods

publicgetCustomerGroups()

CustomerGroupListInterface.php : 24

Partial list of customer groups.

public getCustomerGroups() : array<string|int, CustomerGroupInterface>

Return values

array<string|int, CustomerGroupInterface>

publicgetTotalCount()

CustomerGroupListInterface.php : 29

Return total count of found customer groups (filtered by permissions).

public getTotalCount() : int

Return values

int