Syntax
Return Value
This Collection instance (this)
No matter if using
sortBy() or natural sort order (
orderBy or a
where() clause), this method will reverse the sort order of the collection.
If called twice, the sort order will reset to ascending again.
reverse() is an alias to
desc() method. Behaviour is equivalent to the
desc() method.