sorting
class sorting
| internal |
Value Object for sorting parameters.
Immutable.
Methods
__construct(string|null $orderby = null, sort_direction $direction = sort_direction::ASC)
Constructor.
string|null
to_sql()
Generate SQL snippet for ORDER BY.
Details
at line 36
__construct(string|null $orderby = null, sort_direction $direction = sort_direction::ASC)
Constructor.
at line 47
string|null
to_sql()
Generate SQL snippet for ORDER BY.
Note: Does not include the 'ORDER BY' keyword.