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

getIsValid() public method

public getIsValid ( ) : boolean
return boolean whether the value is valid
    public function getIsValid()
    {
        return $this->_isValid;
    }