ReadService
in package
implements
ReadServiceInterface
Class ReadService
Interfaces, Classes and Traits
- ReadServiceInterface
- Interface ReadServiceInterface
Table of Contents
- $repository : RepositoryInterface
- __construct() : mixed
- ReadService constructor.
- getImageListImages() : SellingUnitImageCollectionInterface
- getMainImageListImage() : SellingUnitImageInterface
Properties
$repository
protected
RepositoryInterface
$repository
Methods
__construct()
ReadService constructor.
public
__construct(RepositoryInterface $repository) : mixed
Parameters
- $repository : RepositoryInterface
Return values
mixed —getImageListImages()
public
getImageListImages(ProductId $identification, ModifierIdentifierCollectionInterface $identifierCollection, LanguageId $languageId) : SellingUnitImageCollectionInterface
Parameters
- $identification : ProductId
- $identifierCollection : ModifierIdentifierCollectionInterface
- $languageId : LanguageId
Tags
Return values
SellingUnitImageCollectionInterface —getMainImageListImage()
public
getMainImageListImage(ProductId $identification, ModifierIdentifierCollectionInterface $identifierCollection, LanguageId $languageId) : SellingUnitImageInterface
Parameters
- $identification : ProductId
- $identifierCollection : ModifierIdentifierCollectionInterface
- $languageId : LanguageId