LukePOLO\LaraCart\CartFee::getAmount PHP 메소드

getAmount() 공개 메소드

Gets the formatted amount.
public getAmount ( boolean $format = true ) : string
$format boolean
리턴 string
    public function getAmount($format = true)
    {
        return LaraCart::formatMoney($this->amount, $this->locale, $this->internationalFormat, $format);
    }