Copied!

CustomerGroupListInterface

CustomerGroupListInterface.php : 17
Interface
Extends IteratorAggregate, Countable

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