izzum\rules\XorRule::getResults PHP Method

getResults() public method

Merge results
public getResults ( ) : array
return array
    public function getResults()
    {
        return array_merge($this->other->getResults(), $this->original->getResults());
    }