izzum\rules\Rule::getResults PHP Метод

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

This will mostly be useful to check what actually happened when a rule has failed and if the _applies() method actually calls 'addResult()' to state what has happened in a rule.
public getResults ( ) : RuleResult[]
Результат RuleResult[]
    public function getResults()
    {
        return $this->result;
    }