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
:
21
|
|
$target
¶
SortClause.php
:
23
|
|
Methods¶
__construct()
¶
DestinationUrl.php
:
15
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$sortDirection | string | DestinationUrl::SORT_ASC | - |