SortingHandler
in package
Table of Contents
Properties
- $order : array<string|int, mixed>
Methods
- canHandle() : bool
- execute() : CSort
Properties
$order
private
array<string|int, mixed>
$order
= ['asc', 'desc']
Methods
canHandle()
public
canHandle(string $operation) : bool
Parameters
- $operation : string
Return values
boolexecute()
public
execute(string $column, string $order) : CSort
Parameters
- $column : string
- $order : string