CustomerSorting
extends SqlSorting
in package
implements
CustomerSorting
Class CustomerSorting
Tags
Interfaces, Classes and Traits
- CustomerSorting
- Interface CustomerSorting
Table of Contents
- $sorting : string|null
- applyToQuery() : void
- attributeColumnMapping() : array<string|int, mixed>
- create() : static
- sorting() : string|null
- __construct() : mixed
- LooseSorting constructor.
Properties
$sorting
protected
string|null
$sorting
Methods
applyToQuery()
public
applyToQuery(QueryBuilder $query) : void
Parameters
- $query : QueryBuilder
Return values
void —attributeColumnMapping()
public
static attributeColumnMapping() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —create()
public
static create([string|null $sorting = null ]) : static
Parameters
- $sorting : string|null = null
Return values
static —sorting()
public
sorting() : string|null
Tags
Return values
string|null —__construct()
LooseSorting constructor.
protected
__construct([string|null $sorting = null ]) : mixed
Parameters
- $sorting : string|null = null