From 0ddd52c09a3e5ab38277376913764f5f6c94476c Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 17 Oct 2013 12:56:14 +0200 Subject: [PATCH] commented private property fixes #997 --- framework/yii/data/Sort.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/framework/yii/data/Sort.php b/framework/yii/data/Sort.php index 78fe2e0..5eb031e 100644 --- a/framework/yii/data/Sort.php +++ b/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; /**