This class is the base for SortClause classes, used to set sorting of URL queries.
Constants¶
SORT_ASC ¶
SortClause.php
:
18
|
|
SORT_DESC ¶
SortClause.php
:
19
|
|
Properties¶
$direction
¶
SortClause.php
:
26
Sort direction.
|
|
$target
¶
SortClause.php
:
33
Sort target.
|
|
Methods¶
__construct()
¶
Id.php
:
20
Constructs a new Id SortClause.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$sortDirection | string | Id::SORT_ASC | - |