From aede3c9f47bc4207777469acb39dd7885d02de9a Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Wed, 9 Oct 2013 08:14:57 -0400 Subject: [PATCH] Removed duplicated indexBy declaration. --- framework/yii/db/ActiveQuery.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/framework/yii/db/ActiveQuery.php b/framework/yii/db/ActiveQuery.php index 12997ee..21f2f67 100644 --- a/framework/yii/db/ActiveQuery.php +++ b/framework/yii/db/ActiveQuery.php @@ -55,12 +55,6 @@ class ActiveQuery extends Query */ public $with; /** - * @var string|callable $column the name of the column by which the query results should be indexed by. - * This can also be a callable (e.g. anonymous function) that returns the index value based on the given - * row or model data. For more details, see [[indexBy()]]. - */ - public $indexBy; - /** * @var boolean whether to return each record as an array. If false (default), an object * of [[modelClass]] will be created to represent each record. */