Shipping
extends Element
in package
Uses
ElementTrait
This is the Shipping rich prices container class.
Tags
Table of Contents
$price | : float | |
---|---|---|
$priceWithDiscounts | : float | |
$priceWithDiscountsWithTaxes | : float | |
$priceWithTaxes | : float | |
getPrice() | Returns the price value. | : float |
getPriceWithDiscounts() | Returns the priceWithDiscounts value. | : float |
getPriceWithDiscountsWithTaxes() | Returns the priceWithDiscountsWithTaxes value. | : float |
getPriceWithTaxes() | Returns the priceWithTaxes value. | : float |
Properties
$price
protected
float
$price
= 0
$priceWithDiscounts
protected
float
$priceWithDiscounts
= 0
$priceWithDiscountsWithTaxes
protected
float
$priceWithDiscountsWithTaxes
= 0
$priceWithTaxes
protected
float
$priceWithTaxes
= 0
Methods
getPrice()
Returns the price value.
public
getPrice() : float
Return values
float —getPriceWithDiscounts()
Returns the priceWithDiscounts value.
public
getPriceWithDiscounts() : float
Return values
float —getPriceWithDiscountsWithTaxes()
Returns the priceWithDiscountsWithTaxes value.
public
getPriceWithDiscountsWithTaxes() : float
Return values
float —getPriceWithTaxes()
Returns the priceWithTaxes value.
public
getPriceWithTaxes() : float