class Sorting (View source)

Base sorting object

Constants

SortFieldSeparator

Fields separator in sort parameters in URL

SortUrlParameterName

Fields separator in sort parameters in URL

Methods

AddField(string $fieldName, string $sortDirection)

Add filed to sort

AddFiled($fieldName, $sortDirection) deprecated

No description

array
GetSortParameter()

Get sort parametrs to URL

Details

AddField(string $fieldName, string $sortDirection)

Add filed to sort

Parameters

string $fieldName

Property name to sort

string $sortDirection

Sort direction (ASC | DESC)

AddFiled($fieldName, $sortDirection) deprecated

deprecated Contains typo, kept for backward compatibility

No description

Parameters

$fieldName
$sortDirection

array GetSortParameter()

Get sort parametrs to URL

Return Value

array