GroupRepository
in package
implements
GroupRepositoryInterface
Class GroupRepository
Interfaces, Classes and Traits
- GroupRepositoryInterface
- Interface GroupRepositoryInterface
Table of Contents
- $dispatcher : EventDispatcherInterface
- __construct() : mixed
- getGroupsByProduct() : GroupCollectionInterface
- getGroupsBySellingUnit() : GroupCollectionInterface
Properties
$dispatcher
protected
EventDispatcherInterface
$dispatcher
Methods
__construct()
public
__construct(EventDispatcherInterface $dispatcher) : mixed
Parameters
- $dispatcher : EventDispatcherInterface
Return values
mixed —getGroupsByProduct()
public
getGroupsByProduct(ProductId $id, LanguageId $languageId) : GroupCollectionInterface
Parameters
- $id : ProductId
- $languageId : LanguageId
Tags
Return values
GroupCollectionInterface —getGroupsBySellingUnit()
public
getGroupsBySellingUnit(SellingUnitId $id) : GroupCollectionInterface
Parameters
- $id : SellingUnitId