Method | Description | |
---|---|---|
__construct ( string $columnName, boolean $isAscOrdering ) | ColumnOrder constructor. | |
columnName ( ) : string | ||
isAscending ( ) : boolean | ||
isDescending ( ) : boolean |
public __construct ( string $columnName, boolean $isAscOrdering ) | ||
$columnName | string | the internal name of the column |
$isAscOrdering | boolean | true if the ordering is ascending |