ProductImageReader
in package
implements
ProductImageReaderInterface
Class ProductImageReader
Interfaces, Classes and Traits
- ProductImageReaderInterface
- Interface ProductImageReaderInterface
Table of Contents
- $connection : Connection
- __construct() : mixed
- ProductImageReader constructor.
- imagesInUse() : array<string|int, ProductImageNameDTO>
- createDto() : ProductImageNameDTO
- productImageListsImages() : array<string|int, ProductImageNameDTO>
- productImages() : array<string|int, ProductImageNameDTO>
Properties
$connection
protected
Connection
$connection
Methods
__construct()
ProductImageReader constructor.
public
__construct(Connection $connection) : mixed
Parameters
- $connection : Connection
Return values
mixed —imagesInUse()
public
imagesInUse() : array<string|int, ProductImageNameDTO>
Return values
array<string|int, ProductImageNameDTO> —createDto()
protected
createDto(string $filePath) : ProductImageNameDTO
Parameters
- $filePath : string
Return values
ProductImageNameDTO —productImageListsImages()
protected
productImageListsImages() : array<string|int, ProductImageNameDTO>
Return values
array<string|int, ProductImageNameDTO> —productImages()
protected
productImages() : array<string|int, ProductImageNameDTO>