Prado\Data\ActiveRecord\TActiveRecordChangeEventParameter::getIsValid PHP 메소드

getIsValid() 공개 메소드

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