CustomerGroupReaderInterface
in
Interface CustomerGroupReaderInterface
Tags
Table of Contents
- getAll() : array<string|int, mixed>
- Returns all customer group entities data as array.
- getById() : array<string|int, mixed>
- Returns customer group entity data by the given id.
Methods
getAll()
Returns all customer group entities data as array.
public
getAll() : array<string|int, mixed>
Return values
array<string|int, mixed> —getById()
Returns customer group entity data by the given id.
public
getById(IntType $id) : array<string|int, mixed>
Parameters
- $id : IntType