Esensi\Model\Contracts\ValidatingModelInterface::isInvalid PHP Méthode

isInvalid() public méthode

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])
Résultat boolean
    public function isInvalid($ruleset = null, $mergeWithSaving = true);