PHP Класс LukePOLO\LaraCart\CartFee

Наследование: use trait LukePOLO\LaraCart\Traits\CartOptionsMagicMethodsTrait
Показать файл Открыть проект

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

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

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

Метод Описание
__construct ( $amount, $taxable = false, array $options = [] ) CartFee constructor.
getAmount ( boolean $format = true ) : string Gets the formatted amount.

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

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

CartFee constructor.
public __construct ( $amount, $taxable = false, array $options = [] )
$amount
$taxable
$options array

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

Gets the formatted amount.
public getAmount ( boolean $format = true ) : string
$format boolean
Результат string

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

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

public $amount

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

public $internationalFormat

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

public $locale

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

public $tax

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

public $taxable