ShiftSort
March 27, 2019 ยท View on GitHub
Description
Sets the sort order of search results.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| field | getField() | setField($value) | string | The field to sort on. See ShiftSortField for possible values | [optional] |
| order | getOrder() | setOrder($value) | string | The order in which results are returned. Defaults to DESC. See SortOrder for possible values | [optional] |
Note: All properties are protected and only accessed via getters and setters.