LdapTools\Object\LdapObjectCollection::next PHP Метод

next() публичный Метод

Sets the collection array pointer to the next element and returns it.
public next ( ) : LdapObject | boolean
Результат LdapObject | boolean
    public function next()
    {
        return next($this->objects);
    }