Key
Read onlyYes
FinalYes
Properties
Methods
- __construct() : mixed
- asc() : self
- desc() : self
Properties
$column
public
string
$column
$order
public
Order
$order
$type
public
string|int|ParameterType|Type
$type
= ParameterType::STRING
Methods
__construct()
public
__construct(string $column, Order $order[, string|int|ParameterType|Type $type = ParameterType::STRING ]) : mixed
Parameters
- $column : string
- $order : Order
- $type : string|int|ParameterType|Type = ParameterType::STRING
asc()
public
static asc(string $column[, string|int|ParameterType|Type $type = ParameterType::STRING ]) : self
Parameters
- $column : string
- $type : string|int|ParameterType|Type = ParameterType::STRING
Return values
selfdesc()
public
static desc(string $column[, string|int|ParameterType|Type $type = ParameterType::STRING ]) : self
Parameters
- $column : string
- $type : string|int|ParameterType|Type = ParameterType::STRING