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

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

Gets the current element in the collection array.
public current ( ) : LdapObject | false
Результат LdapObject | false
    public function current()
    {
        return current($this->objects);
    }