PHP Класс LukePOLO\LaraCart\CartSubItem

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

Открытые свойства

Свойство Тип Описание
$internationalFormat
$locale

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

Метод Описание
__construct ( $options )
find ( $data ) : mixed Search for matching options on the item.
getHash ( ) : mixed Gets the hash for the item.
price ( boolean | true $format = true, boolean $taxedItemsOnly = true ) : string Gets the formatted price.

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

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

public __construct ( $options )
$options

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

Search for matching options on the item.
public find ( $data ) : mixed
Результат mixed

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

Gets the hash for the item.
public getHash ( ) : mixed
Результат mixed

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

Gets the formatted price.
public price ( boolean | true $format = true, boolean $taxedItemsOnly = true ) : string
$format boolean | true
$taxedItemsOnly boolean
Результат string

Описание свойств

$internationalFormat публичное свойство

public $internationalFormat

$locale публичное свойство

public $locale