Prado\Web\UI\WebControls\TServerValidateEventParameter::getValue PHP Method

getValue() public method

public getValue ( ) : string
return string value to be validated
    public function getValue()
    {
        return $this->_value;
    }