PhpBench\Environment\Information::getIterator PHP Method

getIterator() public method

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