PHP Класс LukePOLO\LaraCart\Coupons\Fixed

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

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

Свойство Тип Описание
$code
$value

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

Метод Описание
__construct ( $code, $value, array $options = [] ) Fixed constructor.
discount ( $throwErrors = false ) : string Gets the discount amount.
displayValue ( null $locale = null, null $internationalFormat = null ) : string Displays the value in a money format.

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

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

Fixed constructor.
public __construct ( $code, $value, array $options = [] )
$code
$value
$options array

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

Gets the discount amount.
public discount ( $throwErrors = false ) : string
$throwErrors boolean this allows us to capture errors in our code if we wish, that way we can spit out why the coupon has failed
Результат string

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

Displays the value in a money format.
public displayValue ( null $locale = null, null $internationalFormat = null ) : string
$locale null
$internationalFormat null
Результат string

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

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

public $code

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

public $value