LdapTools\Object\LdapObjectCollection::previous PHP Méthode

previous() public méthode

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