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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.