Prado\Web\UI\WebControls\TServerValidateEventParameter::getIsValid PHP 메소드

getIsValid() 공개 메소드

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