SortClause
SortClause.php
:
16
Abstract
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()
¶
SortClause.php
:
43
Constructs a new SortClause on $sortTarget in direction $sortDirection.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$sortTarget | string | - | - |
$sortDirection | string | - |
one of SortClause::SORT_ASC or SortClause::SORT_DESC |