ProductImageListReadService
in package
implements
ProductImageListReadServiceInterface
Class ProductImageListReadService
Interfaces, Classes and Traits
- ProductImageListReadServiceInterface
- Interface ProductImageListReadServiceInterface
Table of Contents
- $repository : ReadServiceRepositoryInterface
- __construct() : mixed
- ProductImageListReadService constructor.
- getImageById() : Image
- getImageListByAttributeId() : ImageList
- getImageListByCombiId() : ImageList
- getImageListByCombiModelAndProductsId() : ImageList
- getImageListById() : ImageList
- getImageLists() : ImageListsCollection
Properties
$repository
protected
ReadServiceRepositoryInterface
$repository
Methods
__construct()
ProductImageListReadService constructor.
public
__construct(ReadServiceRepositoryInterface $repository) : mixed
Parameters
- $repository : ReadServiceRepositoryInterface
Return values
mixed —getImageById()
public
getImageById(int $id) : Image
Parameters
- $id : int
Tags
Return values
Image —getImageListByAttributeId()
public
getImageListByAttributeId(AttributeIdDtoInterface $dto) : ImageList
Parameters
- $dto : AttributeIdDtoInterface
Tags
Return values
ImageList —getImageListByCombiId()
public
getImageListByCombiId(PropertiesCombisIdDtoInterface $dto) : ImageList
Parameters
Tags
Return values
ImageList —getImageListByCombiModelAndProductsId()
public
getImageListByCombiModelAndProductsId(CombiModelAndProductsIdDtoInterface $dto) : ImageList
Parameters
Tags
Return values
ImageList —getImageListById()
public
getImageListById(int $id) : ImageList
Parameters
- $id : int
Tags
Return values
ImageList —getImageLists()
public
getImageLists() : ImageListsCollection