Copied!

BeforeUpdatePriceEvent

BeforeUpdatePriceEvent.php : 16
Extends BeforeEvent

Event emitted before action execution.

Methods

public__construct()

BeforeUpdatePriceEvent.php : 22
public __construct(ProductPriceUpdateStructInterface $updateStruct)

Parameters

Name Type Default value Description
$updateStruct ProductPriceUpdateStructInterface - -

publicgetResultPrice()

BeforeUpdatePriceEvent.php : 32
public getResultPrice() : PriceInterface

Return values

PriceInterface

publicgetUpdateStruct()

BeforeUpdatePriceEvent.php : 27
public getUpdateStruct() : ProductPriceUpdateStructInterface

Return values

ProductPriceUpdateStructInterface

publichasResultPrice()

BeforeUpdatePriceEvent.php : 44
public hasResultPrice() : bool

Return values

bool

publicsetResultPrice()

BeforeUpdatePriceEvent.php : 49
public setResultPrice(PriceInterface|null $resultPrice) : void

Parameters

Name Type Default value Description
$resultPrice PriceInterface|null - -