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

setPriceList(Pricelist $priceList)

No description

Details

at line 49
__construct(int $productId, int $attrValId, float $oldPrice)

ChangedPriceUpdateEvent constructor.

Parameters

int $productId
int $attrValId
float $oldPrice

at line 59
mixed getProductId()

Return Value

mixed

at line 67
mixed getAttrValId()

Return Value

mixed

at line 75
mixed getOldPrice()

Return Value

mixed

at line 83
Pricelist getPriceList()

Return Value

Pricelist

at line 93
ChangedPriceUpdateEvent setPriceList(Pricelist $priceList)

Parameters

Pricelist $priceList

Return Value

ChangedPriceUpdateEvent