OnGetSellingUnitProductLinkEvent
in package
implements
OnGetSellingUnitProductLinkEventInterface
Class OnGetSellingUnitProductLinkEvent
Interfaces, Classes and Traits
- OnGetSellingUnitProductLinkEventInterface
- Interface OnGetSellingUnitProductLinkEventInterface
Table of Contents
- $presentationId : PresentationIdCollectionInterface
- $productLink : ProductLink|null
- $sellingUnit : SellingUnitInterface
- __construct() : mixed
- OnGetSellingUnitProductLinkEvent constructor.
- presentationId() : PresentationIdCollectionInterface
- productLink() : ProductLink|null
- sellingUnit() : SellingUnitInterface
- setProductLink() : void
Properties
$presentationId
protected
PresentationIdCollectionInterface
$presentationId
$productLink
protected
ProductLink|null
$productLink
$sellingUnit
protected
SellingUnitInterface
$sellingUnit
Methods
__construct()
OnGetSellingUnitProductLinkEvent constructor.
public
__construct(SellingUnitInterface $sellingUnit, PresentationIdCollectionInterface $presentationId) : mixed
Parameters
- $sellingUnit : SellingUnitInterface
- $presentationId : PresentationIdCollectionInterface
Return values
mixed —presentationId()
public
presentationId() : PresentationIdCollectionInterface
Return values
PresentationIdCollectionInterface —productLink()
public
productLink() : ProductLink|null
Return values
ProductLink|null —sellingUnit()
public
sellingUnit() : SellingUnitInterface
Return values
SellingUnitInterface —setProductLink()
public
setProductLink(ProductLink $productLink) : void
Parameters
- $productLink : ProductLink