DocumentRowItem extends DocumentRow Uses ElementTrait

This is the Document Row Item rich prices container class.

Tags
see
DocumentRow::getProductPriceWithTaxes
see
DocumentRow::getOptionsPrice
see
DocumentRow::getOptionsPriceWithTaxes
see
DocumentRow::getTotalDiscountsValue
see
DocumentRow::getTotalDiscountsValueWithTaxes
see
DocumentRow::getTotalWithDiscounts
see
DocumentRow::getTotalWithDiscountsWithTaxes
see
DocumentRow

Table of Contents

$optionsPrice  : float
$optionsPriceWithTaxes  : float
$previousPrice  : float
$previousPriceWithTaxes  : float
$price  : float
$priceWithTaxes  : float
$productPrice  : float
$productPriceWithTaxes  : float
$total  : float
$totalDiscountsValue  : float
$totalDiscountsValueWithTaxes  : float
$totalTaxesValue  : float
$totalWithDiscounts  : float
$totalWithDiscountsWithTaxes  : float
$totalWithTaxes  : float
getOptionsPrice() Returns the optionsPrice value.  : float
getOptionsPriceWithTaxes() Returns the optionsPriceWithTaxes value.  : 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
getProductPrice() Returns the productPrice value.  : float
getProductPriceWithTaxes() Returns the productPriceWithTaxes value.  : float
getTotal() Returns the total value.  : float
getTotalDiscountsValue() Returns the totalDiscountsValue value.  : float
getTotalDiscountsValueWithTaxes() Returns the totalDiscountsValueWithTaxes value.  : float
getTotalTaxesValue() Returns the totalTaxesValue value.  : float
getTotalWithDiscounts() Returns the totalWithDiscounts value.  : float
getTotalWithDiscountsWithTaxes() Returns the totalWithDiscountsWithTaxes value.  : float
getTotalWithTaxes() Returns the totalWithTaxes value.  : float

Properties

$previousPriceWithTaxes

protected float $previousPriceWithTaxes = 0

$totalDiscountsValueWithTaxes

protected float $totalDiscountsValueWithTaxes = 0

$totalTaxesValue

protected float $totalTaxesValue = 0

$totalWithDiscountsWithTaxes

protected float $totalWithDiscountsWithTaxes = 0

Methods

getOptionsPrice()

Returns the optionsPrice value.

public getOptionsPrice() : float
Return values
float

getOptionsPriceWithTaxes()

Returns the optionsPriceWithTaxes value.

public getOptionsPriceWithTaxes() : float
Return values
float

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

getProductPrice()

Returns the productPrice value.

public getProductPrice() : float
Return values
float

getProductPriceWithTaxes()

Returns the productPriceWithTaxes value.

public getProductPriceWithTaxes() : float
Return values
float

getTotal()

Returns the total value.

public getTotal() : float
Return values
float

getTotalDiscountsValue()

Returns the totalDiscountsValue value.

public getTotalDiscountsValue() : float
Return values
float

getTotalDiscountsValueWithTaxes()

Returns the totalDiscountsValueWithTaxes value.

public getTotalDiscountsValueWithTaxes() : float
Return values
float

getTotalTaxesValue()

Returns the totalTaxesValue value.

public getTotalTaxesValue() : float
Return values
float

getTotalWithDiscounts()

Returns the totalWithDiscounts value.

public getTotalWithDiscounts() : float
Return values
float

getTotalWithDiscountsWithTaxes()

Returns the totalWithDiscountsWithTaxes value.

public getTotalWithDiscountsWithTaxes() : float
Return values
float

getTotalWithTaxes()

Returns the totalWithTaxes value.

public getTotalWithTaxes() : float
Return values
float

Search results