Copied!

UpdatePriceEvent

UpdatePriceEvent.php : 15
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

UpdatePriceEvent.php : 21
public __construct(PriceInterface $price, ProductPriceUpdateStructInterface $updateStruct)

Parameters

Name Type Default value Description
$price PriceInterface - -
$updateStruct ProductPriceUpdateStructInterface - -

publicgetPrice()

UpdatePriceEvent.php : 32
public getPrice() : PriceInterface

Return values

PriceInterface

publicgetUpdateStruct()

UpdatePriceEvent.php : 27
public getUpdateStruct() : ProductPriceUpdateStructInterface

Return values

ProductPriceUpdateStructInterface