Browse Source

commented private property

fixes #997
tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
0ddd52c09a
  1. 3
      framework/yii/data/Sort.php

3
framework/yii/data/Sort.php

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

Loading…
Cancel
Save