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

isInvalid() public method

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