izzum\rules\Rule::getResults PHP Method

getResults() public method

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[]
return RuleResult[]
    public function getResults()
    {
        return $this->result;
    }