ChangedPriceUpdateEvent
class ChangedPriceUpdateEvent extends Event
Class ChangedPriceUpdateEvent is event that is dispatched for handling entity logic in listeners and holds required data
Methods
__construct(int $productId, int $attrValId, float $oldPrice)
ChangedPriceUpdateEvent constructor.
mixed
getProductId()
No description
mixed
getAttrValId()
No description
mixed
getOldPrice()
No description
getPriceList()
No description
Details
at line 49
__construct(int $productId, int $attrValId, float $oldPrice)
ChangedPriceUpdateEvent constructor.