Copied!

BeforeCreatePriceEvent

BeforeCreatePriceEvent.php : 16
Extends BeforeEvent

Event emitted before action execution.

Methods

public__construct()

BeforeCreatePriceEvent.php : 22
public __construct(ProductPriceCreateStructInterface $createStruct)

Parameters

Name Type Default value Description
$createStruct ProductPriceCreateStructInterface - -

publicgetCreateStruct()

BeforeCreatePriceEvent.php : 27
public getCreateStruct() : ProductPriceCreateStructInterface

Return values

ProductPriceCreateStructInterface

publicgetResultPrice()

BeforeCreatePriceEvent.php : 32
public getResultPrice() : PriceInterface

Return values

PriceInterface

publichasResultPrice()

BeforeCreatePriceEvent.php : 44
public hasResultPrice() : bool

Return values

bool

publicsetResultPrice()

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

Parameters

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