data\Sort getAttributeOrders()

getAttributeOrders() public method

Returns the currently requested sort information.

public array getAttributeOrders ( $recalculate = false )
$recalculate boolean

Whether to recalculate the sort directions

return array

Sort directions indexed by attribute names. Sort direction can be either SORT_ASC for ascending order or SORT_DESC for descending order.

doc_Yii
2016-10-30 16:56:04
Comments
Leave a Comment

Please login to continue.