PhpBench\Model\ResultCollection::getResults PHP Method

getResults() public method

Return all results.
public getResults ( ) : PhpBench\Model\ResultInterface[]
return PhpBench\Model\ResultInterface[]
    public function getResults()
    {
        return $this->results;
    }