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

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

Get the formatting type for this control.
public getType ( ) : string
Результат string formatting type.
    public function getType()
    {
        return $this->getViewState('Type', 'd');
    }