PHPHtmlParser\Dom\Collection::getIterator PHP Method

getIterator() public method

Returns an iterator for the collection.
    public function getIterator()
    {
        return new ArrayIterator($this->collection);
    }