Documentation

Total
in package

Table of Contents

Properties

$count  : mixed
$currencyIdList  : mixed
$discount  : mixed
$error  : mixed
$price  : mixed
$quantity  : mixed
$ship  : mixed

Methods

add()  : mixed
getCount()  : int
getCurrencyIdCount()  : int
getCurrencyIdList()  : array<string|int, mixed>
getDiscount()  : float
getMaxCurrencyId()  : string
getPrice()  : float
getQuantity()  : int
getShip()  : float
getTotal()  : float
hasError()  : bool
addCurrency()  : mixed

Properties

$count

protected mixed $count = 0

$currencyIdList

protected mixed $currencyIdList = []

$discount

protected mixed $discount = 0.0

$error

protected mixed $error = false

$price

protected mixed $price = null

$quantity

protected mixed $quantity = 0

$ship

protected mixed $ship = 0.0

Methods

getCount()

public getCount() : int
Return values
int

getCurrencyIdCount()

public getCurrencyIdCount() : int
Return values
int

getCurrencyIdList()

public getCurrencyIdList() : array<string|int, mixed>
Return values
array<string|int, mixed>

getDiscount()

public getDiscount() : float
Return values
float

getMaxCurrencyId()

public getMaxCurrencyId() : string
Return values
string

getPrice()

public getPrice() : float
Return values
float

getQuantity()

public getQuantity() : int
Return values
int

getShip()

public getShip() : float
Return values
float

getTotal()

public getTotal() : float
Return values
float

hasError()

public hasError() : bool
Return values
bool

addCurrency()

private addCurrency(mixed $currencyId) : mixed
Parameters
$currencyId : mixed

        
On this page

Search results