Esensi\Model\Contracts\ValidatingModelInterface::isInvalid PHP Метод

isInvalid() публичный Метод

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])
Результат boolean
    public function isInvalid($ruleset = null, $mergeWithSaving = true);