FluentDOM\DocumentFragment::getIterator PHP Method

getIterator() public method

public getIterator ( ) : Iterator
return Iterator
    public function getIterator()
    {
        return new \ArrayIterator(iterator_to_array($this->childNodes));
    }