phpDocumentor

OrderTotal
in package
implements OrderTotalInterface

Class OrderTotal

Tags
category

System

subpackage

Entities

Interfaces, Classes and Traits

OrderTotalInterface
Interface OrderTotalInterface

Table of Contents

$class  : string
Class name.
$sortOrder  : int
Sort order.
$title  : string
Title.
$value  : float
Value.
$valueText  : string
Value text.
__construct()  : mixed
OrderTotal constructor.
getClass()  : string
Returns the class of the order total.
getSortOrder()  : int
Returns the sort order of the order total.
getTitle()  : string
Returns the title of the order total.
getValue()  : float
Returns the value of the order total.
getValueText()  : string
Returns the value text of the order total.
setClass()  : OrderTotal
Sets class of the order total.
setSortOrder()  : OrderTotal
Sets sort order of the order total.
setTitle()  : OrderTotal
Sets title of the order total.
setValue()  : OrderTotal
Sets value of the order total.
setValueText()  : OrderTotal
Sets value text of the order total.

Properties

Methods

getClass()

Returns the class of the order total.

public getClass() : string
Return values
string

Class of the order total.

getSortOrder()

Returns the sort order of the order total.

public getSortOrder() : int
Return values
int

Sort order of the order total.

getTitle()

Returns the title of the order total.

public getTitle() : string
Return values
string

Title of the order total.

getValue()

Returns the value of the order total.

public getValue() : float
Return values
float

Value of the order total.

getValueText()

Returns the value text of the order total.

public getValueText() : string
Return values
string

Value text of the order total.

Search results