ProductDownloadImageListIdUpdated
in package
Class ProductDownloadImageListIdUpdated
Table of Contents
- $imageListId : ImageListId
- $productOptionId : ProductOptionId
- create() : ProductDownloadImageListIdUpdated
- imageListId() : ImageListId
- productOptionId() : ProductOptionId
- __construct() : mixed
- ProductDownloadImageListIdUpdated constructor.
Properties
$imageListId
private
ImageListId
$imageListId
$productOptionId
private
ProductOptionId
$productOptionId
Methods
create()
public
static create(ProductOptionId $productOptionId, ImageListId $imageListId) : ProductDownloadImageListIdUpdated
Parameters
- $productOptionId : ProductOptionId
- $imageListId : ImageListId
Return values
ProductDownloadImageListIdUpdated —imageListId()
public
imageListId() : ImageListId
Return values
ImageListId —productOptionId()
public
productOptionId() : ProductOptionId
Return values
ProductOptionId —__construct()
ProductDownloadImageListIdUpdated constructor.
private
__construct(ProductOptionId $productOptionId, ImageListId $imageListId) : mixed
Parameters
- $productOptionId : ProductOptionId
- $imageListId : ImageListId