FluentDOM\Query\Attributes::getIterator PHP Méthode

getIterator() public méthode

Get an iterator for the attributes of the first node
See also: IteratorAggregate::getIterator()
public getIterator ( ) : Iterator
Résultat Iterator
    public function getIterator()
    {
        return new \ArrayIterator($this->toArray());
    }