LdapTools\Object\LdapObjectCollection::previous PHP Method

previous() public method

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