ObjectSorterInterface
interface ObjectSorterInterface (View source)
Sort object collection according user defined rules
Constants
| ASC |
Descending sort |
| DESC |
|
Methods
object[]
sortObjects(object[] $list, array $orderBy)
No description