Sort
class Sort
Sortable column
Properties
protected string | $key | Column key | |
protected integer | $direction | Sort direction |
Methods
__construct(string $key, int $direction)
Create new sortable column instance
Builder
apply(Builder $query)
Apply sort to query
Details
at line 32
__construct(string $key, int $direction)
Create new sortable column instance
at line 44
Builder
apply(Builder $query)
Apply sort to query