Prado\I18N\TNumberFormat::getCurrency PHP Метод

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

public getCurrency ( ) : string
Результат string 3 letter currency code. Defaults to 'USD'.
    public function getCurrency()
    {
        return $this->getViewState('Currency', 'USD');
    }