Prado\I18N\TChoiceFormat::getValue PHP 메소드

getValue() 공개 메소드

public getValue ( ) : float
리턴 float the numerical value.
    public function getValue()
    {
        return $this->getViewState('Value', '');
    }