Esensi\Model\Contracts\ValidatingModelInterface::isValid PHP Method

isValid() public method

Returns whether the model is valid or not.
public isValid ( mixed $ruleset = null, boolean $mergeWithSaving = true ) : boolean
$ruleset mixed (@deprecated watson/[email protected])
$mergeWithSaving boolean (@deprecated watson/[email protected])
return boolean
    public function isValid($ruleset = null, $mergeWithSaving = true);