Prado\I18N\TChoiceFormat::setValue PHP Метод

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

Sets the numerical choice value
public setValue ( $value )
    public function setValue($value)
    {
        $this->setViewState('Value', $value, '');
    }