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

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

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