FluentDOM\Query\Data::getIterator PHP Method

getIterator() public method

IteratorAggregate Interface: allow to iterate the data attributes
public getIterator ( ) : Iterator
return Iterator
    public function getIterator()
    {
        return new \ArrayIterator($this->toArray());
    }