GroupReaderComposite
in package
implements
GroupReaderCompositeInterface
Class GroupReaderComposite
Interfaces, Classes and Traits
- GroupReaderCompositeInterface
- Interface GroupReaderCompositeInterface
Table of Contents
- $composites : array<string|int, GroupReaderCompositeInterface>
- __construct() : mixed
- GroupReaderComposite constructor.
- getGroupsByProduct() : mixed
- getGroupsBySellingUnit() : GroupDTOCollectionInterface
Properties
$composites
protected
array<string|int, GroupReaderCompositeInterface>
$composites
Methods
__construct()
GroupReaderComposite constructor.
public
__construct(GroupReaderCompositeInterface|null ...$composites) : mixed
Parameters
- $composites : GroupReaderCompositeInterface|null
Return values
mixed —getGroupsByProduct()
public
getGroupsByProduct(ProductId $id, LanguageId $languageId) : mixed
Parameters
- $id : ProductId
- $languageId : LanguageId
Tags
Return values
mixed —getGroupsBySellingUnit()
public
getGroupsBySellingUnit(SellingUnitId $id, LanguageId $languageId) : GroupDTOCollectionInterface
Parameters
- $id : SellingUnitId
- $languageId : LanguageId