OnGetSellingUnitWeightEvent
in package
implements
OnGetSellingUnitWeightEventInterface
Class OnGetSellingUnitWeightEvent
Interfaces, Classes and Traits
- OnGetSellingUnitWeightEventInterface
- Interface OnGetSellingUnitWeightEventInterface
Table of Contents
- $builder : WeightBuilderInterface
- $dispatcher : EventDispatcherInterface
- $id : ProductId
- $isPropagationStopped : bool
- $product : ProductDataInterface
- __construct() : mixed
- OnGetSellingUnitWeightEvent constructor.
- builder() : WeightBuilderInterface
- id() : SellingUnitId
- isPropagationStopped() : bool
- product() : ProductDataInterface
- stopPropagation() : void
Properties
$builder
protected
WeightBuilderInterface
$builder
$dispatcher
protected
EventDispatcherInterface
$dispatcher
$id
protected
ProductId
$id
$isPropagationStopped
protected
bool
$isPropagationStopped
= false
$product
protected
ProductDataInterface
$product
Methods
__construct()
OnGetSellingUnitWeightEvent constructor.
public
__construct(SellingUnitId $id, ProductDataInterface $product) : mixed
Parameters
- $id : SellingUnitId
- $product : ProductDataInterface
Return values
mixed —builder()
public
builder() : WeightBuilderInterface
Tags
Return values
WeightBuilderInterface —id()
public
id() : SellingUnitId
Tags
Return values
SellingUnitId —isPropagationStopped()
public
isPropagationStopped() : bool
Return values
bool —product()
public
product() : ProductDataInterface
Tags
Return values
ProductDataInterface —stopPropagation()
public
stopPropagation() : void