phpDocumentor

CustomerSorting extends SqlSorting implements CustomerSorting

Class CustomerSorting

Tags
codeCoverageIgnore

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

Methods

applyToQuery()

public applyToQuery(QueryBuilder $query) : void
Parameters
$query : QueryBuilder
Return values
void

attributeColumnMapping()

public static attributeColumnMapping() : array<string|int, mixed>
Tags
inheritDoc
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
inheritDoc
Return values
string|null

__construct()

LooseSorting constructor.

protected __construct([string|null $sorting = null ]) : mixed
Parameters
$sorting : string|null = null
Return values
mixed

Search results