OrderByClause
ORDER BY句を組み立てるクラス。
Table of Contents
$sort | ||
---|---|---|
$order | ||
__construct() | OrderByClause constructor. | mixed |
getSort() | string | |
getOrder() | string |
Properties
$sort
private
mixed
$sort
$order
private
mixed
$order
Methods
__construct()
OrderByClause constructor.
public
__construct(
$sort :
[, $order :
string
= 'asc' ]
)
: mixed
Parameters
Return values
mixedgetSort()
public
getSort(
)
: string
Return values
stringgetOrder()
public
getOrder(
)
: string