LukePOLO\LaraCart\Tests\Coupons\Fixed::displayValue PHP 메소드

displayValue() 공개 메소드

Displays the value in a money format.
public displayValue ( null $locale = null, null $internationalFormat = null ) : string
$locale null
$internationalFormat null
리턴 string
    public function displayValue($locale = null, $internationalFormat = null)
    {
        return LaraCart::formatMoney($this->discount(), $locale, $internationalFormat);
    }