Prado\Data\ActiveRecord\TActiveRecordChangeEventParameter::getIsValid PHP Method

getIsValid() public method

public getIsValid ( ) : boolean
return boolean whether the event should be performed.
    public function getIsValid()
    {
        return $this->_isValid;
    }
TActiveRecordChangeEventParameter