DocumentRow
extends Element
in package
Uses
ElementTrait
This is the Document Row rich prices container class.
Tags
Table of Contents
| $previousPrice | : float | |
|---|---|---|
| $previousPriceWithTaxes | : float | |
| $price | : float | |
| $priceWithTaxes | : float | |
| $total | : float | |
| $totalTaxesValue | : float | |
| $totalWithTaxes | : float | |
| getPreviousPrice() | Returns the previousPrice value. | : float |
| getPreviousPriceWithTaxes() | Returns the previousPriceWithTaxes value. | : float |
| getPrice() | Returns the price value. | : float |
| getPriceWithTaxes() | Returns the priceWithTaxes value. | : float |
| getTotal() | Returns the total value. | : float |
| getTotalTaxesValue() | Returns the totalTaxesValue value. | : float |
| getTotalWithTaxes() | Returns the totalWithTaxes value. | : float |
Properties
$previousPrice
protected
float
$previousPrice
= 0
$previousPriceWithTaxes
protected
float
$previousPriceWithTaxes
= 0
$price
protected
float
$price
= 0
$priceWithTaxes
protected
float
$priceWithTaxes
= 0
$total
protected
float
$total
= 0
$totalTaxesValue
protected
float
$totalTaxesValue
= 0
$totalWithTaxes
protected
float
$totalWithTaxes
= 0
Methods
getPreviousPrice()
Returns the previousPrice value.
public
getPreviousPrice() : float
Return values
float —getPreviousPriceWithTaxes()
Returns the previousPriceWithTaxes value.
public
getPreviousPriceWithTaxes() : float
Return values
float —getPrice()
Returns the price value.
public
getPrice() : float
Return values
float —getPriceWithTaxes()
Returns the priceWithTaxes value.
public
getPriceWithTaxes() : float
Return values
float —getTotal()
Returns the total value.
public
getTotal() : float
Return values
float —getTotalTaxesValue()
Returns the totalTaxesValue value.
public
getTotalTaxesValue() : float
Return values
float —getTotalWithTaxes()
Returns the totalWithTaxes value.
public
getTotalWithTaxes() : float