LdapTools\Object\LdapObjectCollection::next PHP Method

next() public method

Sets the collection array pointer to the next element and returns it.
public next ( ) : LdapObject | boolean
return LdapObject | boolean
    public function next()
    {
        return next($this->objects);
    }