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

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

Set the 3-letter ISO 4217 code. For example, the code "USD" represents the US Dollar and "EUR" represents the Euro currency.
public setCurrency ( $currency )
    public function setCurrency($currency)
    {
        $this->setViewState('Currency', $currency, '');
    }