final class Sorting implements JsonSerializable, ProtectedContextAwareInterface (View source)

Methods

__construct(string $sortBy, bool $sortAscending)

No description

static Sorting
fromArray(array $array)

No description

withInvertedSorting()

No description

mixed
jsonSerialize()

No description

allowsCallOfMethod($methodName)

No description

Details

__construct(string $sortBy, bool $sortAscending)

No description

Parameters

string $sortBy
bool $sortAscending

static Sorting fromArray(array $array)

No description

Parameters

array $array

Return Value

Sorting

Sorting withInvertedSorting()

No description

Return Value

Sorting

mixed jsonSerialize()

No description

Return Value

mixed

allowsCallOfMethod($methodName)

No description

Parameters

$methodName