DocumentRowBundle extends DocumentRow

This is the Document Row Bundle rich prices container class.

Tags
see
DocumentRow

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

$previousPriceWithTaxes

protected float $previousPriceWithTaxes = 0

$totalTaxesValue

protected float $totalTaxesValue = 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
Return values
float

Search results