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