PHP Класс OrderItemList, silvershop-core

Наследование: extends HasManyList
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Plural() публичный Метод

public Plural ( )

Quantity() публичный Метод

public Quantity ( )

SubTotal() публичный Метод

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

Sum() публичный Метод

Optionally sum product field instead.
public Sum ( $field, boolean $onproduct = false ) : number
$field - field to sum
$onproduct boolean - sum from product or not
Результат number - sum total of field