/** * {@inheritdoc} */ public function immortal($liveForever = true) { $this->cursor->immortal($liveForever); return $this; }