PHP Class OrderItemList, silvershop-core

Inheritance: extends HasManyList
Afficher le fichier Open project: burnbright/silverstripe-shop Class Usage Examples

Méthodes publiques

Méthode Description
Plural ( )
Quantity ( )
SubTotal ( ) Add up the totals of all the order items in this list.
Sum ( $field, boolean $onproduct = false ) : number Sums up all of desired field for items, and multiply by quantity.

Method Details

Plural() public méthode

public Plural ( )

Quantity() public méthode

public Quantity ( )

SubTotal() public méthode

Add up the totals of all the order items in this list.
public SubTotal ( )

Sum() public méthode

Optionally sum product field instead.
public Sum ( $field, boolean $onproduct = false ) : number
$field - field to sum
$onproduct boolean - sum from product or not
Résultat number - sum total of field