Flow PHP

Key

Read onlyYes
FinalYes

Properties

$column  : string
$order  : Order
$type  : string|int|ParameterType|Type

Methods

__construct()  : mixed
asc()  : self
desc()  : self

Properties

$column

public string $column

$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
self

desc()

public static desc(string $column[, string|int|ParameterType|Type $type = ParameterType::STRING ]) : self
Parameters
$column : string
$type : string|int|ParameterType|Type = ParameterType::STRING
Return values
self

        
On this page

Search results