Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
getValue () | |
![]() | |
__construct (SaleableInterface $saleableItem, $quantity, CalculatorInterface $calculator, \Magento\Framework\Pricing\PriceCurrencyInterface $priceCurrency) | |
getValue () | |
getAmount () | |
getCustomAmount ($amount=null, $exclude=null, $context=[]) | |
getPriceCode () | |
getProduct () | |
getQuantity () | |
Data Fields | |
const | PRICE_CODE = 'base_price' |
![]() | |
const | PRICE_CODE = 'abstract_price' |
Additional Inherited Members | |
![]() | |
$amount | |
$calculator | |
$product | |
$priceType | |
$quantity | |
$priceInfo | |
$value | |
$priceCurrency | |
Class BasePrice
Definition at line 15 of file BasePrice.php.
getValue | ( | ) |
Get Base Price Value
Implements PriceInterface.
Definition at line 27 of file BasePrice.php.
const PRICE_CODE = 'base_price' |
Price type identifier string
Definition at line 20 of file BasePrice.php.