Collection.desc()

Deprecated

Method is replaced with the reverse() method but will remain a few versions ahead.

Syntax

collection.desc()

Return Value

This Collection instance (this)

Remarks

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.

Table of Contents