LdapTools\BatchModify\BatchCollection::getIterator PHP 메소드

getIterator() 공개 메소드

Allows this object to be iterated over.
    public function getIterator()
    {
        return new \ArrayIterator($this->toArray());
    }