mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-29 22:21:33 +08:00
pull origin
This commit is contained in:
@@ -49,6 +49,7 @@ class BatchQueryResult extends Object implements \Iterator
|
||||
* If false, a whole batch of rows will be returned in each iteration.
|
||||
*/
|
||||
public $each = false;
|
||||
|
||||
/**
|
||||
* @var DataReader the data reader associated with this batch query.
|
||||
*/
|
||||
@@ -66,6 +67,7 @@ class BatchQueryResult extends Object implements \Iterator
|
||||
*/
|
||||
private $_key;
|
||||
|
||||
|
||||
/**
|
||||
* Destructor.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user