ProductModifierReadService
in package
implements
ProductModifierReadServiceInterface
Interfaces, Classes and Traits
Table of Contents
- $repository : GroupRepositoryInterface
- __construct() : mixed
- ProductModifierReadService constructor.
- getGroupsByProduct() : GroupCollectionInterface
Properties
$repository
private
GroupRepositoryInterface
$repository
Methods
__construct()
ProductModifierReadService constructor.
public
__construct(GroupRepositoryInterface $repository) : mixed
Parameters
- $repository : GroupRepositoryInterface
Return values
mixed —getGroupsByProduct()
public
getGroupsByProduct(ProductId $id, LanguageId $languageId) : GroupCollectionInterface
Parameters
- $id : ProductId
- $languageId : LanguageId