PhpBench\Model\SuiteCollection::getIterator PHP Method

getIterator() public method

public getIterator ( )
    public function getIterator()
    {
        return new \ArrayIterator($this->suites);
    }