Prado\Web\UI\WebControls\TServerValidateEventParameter::getIsValid PHP Méthode

getIsValid() public méthode

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