LdapTools\Object\LdapObjectCollection::current PHP Method

current() public method

Gets the current element in the collection array.
public current ( ) : LdapObject | false
return LdapObject | false
    public function current()
    {
        return current($this->objects);
    }