Copied!

PriceContextInterface

PriceContextInterface.php : 14

Methods

publicgetCurrency()

PriceContextInterface.php : 16
public getCurrency() : CurrencyInterface|null

Return values

CurrencyInterface|null

publicgetCustomerGroup()

PriceContextInterface.php : 20
public getCustomerGroup() : CustomerGroupInterface|null

Return values

CustomerGroupInterface|null

publicsetCurrency()

PriceContextInterface.php : 18
public setCurrency(CurrencyInterface|null $currency) : void

Parameters

Name Type Default value Description
$currency CurrencyInterface|null - -

publicsetCustomerGroup()

PriceContextInterface.php : 22
public setCustomerGroup(CustomerGroupInterface|null $customerGroup) : void

Parameters

Name Type Default value Description
$customerGroup CustomerGroupInterface|null - -