commented private property

fixes #997
This commit is contained in:
Carsten Brandt
2013-10-17 12:56:14 +02:00
parent e574f10c8c
commit 0ddd52c09a

View File

@@ -234,6 +234,9 @@ class Sort extends Object
return $orders;
}
/**
* @var array the currently requested sort order as computed by [[getAttributeOrders]].
*/
private $_attributeOrders;
/**