/** * Check if this position is a valid one in the cursor * @return bool */ public function valid() { return $this->cursor->valid(); }
public function each() { return Yii::createObject(['class' => MongoCursor::className(), 'query' => $this]); }