mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-12 20:21:19 +08:00
Removed duplicated indexBy declaration.
This commit is contained in:
@@ -54,12 +54,6 @@ class ActiveQuery extends Query
|
|||||||
* @var array list of relations that this query should be performed with
|
* @var array list of relations that this query should be performed with
|
||||||
*/
|
*/
|
||||||
public $with;
|
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
|
* @var boolean whether to return each record as an array. If false (default), an object
|
||||||
* of [[modelClass]] will be created to represent each record.
|
* of [[modelClass]] will be created to represent each record.
|
||||||
|
|||||||
Reference in New Issue
Block a user