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

getRuleset() public method

Get a ruleset, and merge it with saving if required.
Deprecation: watson/[email protected]
public getRuleset ( string $ruleset, boolean $mergeWithSaving = false ) : array
$ruleset string
$mergeWithSaving boolean
return array
    public function getRuleset($ruleset, $mergeWithSaving = false);