This class defines a grouping and sorting information for the view.

 Methods

{@inheritDoc}

getGroupingLength() 

{@inheritDoc}

getGroupingMode() 

{@inheritDoc}

getProperty() 

{@inheritDoc}

getSortingMode() 

{@inheritDoc}

isManualSorting() 

{@inheritDoc}

setGroupingLength($value) 

Parameters

$value

{@inheritDoc}

setGroupingMode($value) 

Parameters

$value

{@inheritDoc}

setManualSorting($value) 

Parameters

$value

{@inheritDoc}

setProperty($property) 

Parameters

$property

{@inheritDoc}

setSortingMode($value) 

Parameters

$value

 Properties

 

The grouping to be applied.

$grouping : string
 

The grouping length (used when grouping mode is char).

$groupingLength : int
 

Flag determining if this information is for manual sorting.

$manualSorting : bool
 

The property to use.

$property : string
 

The sorting method to use.

$sorting : string