/** * {@inheritdoc} */ public function addOption($key, $value) { $this->cursor->addOption($key, $value); return $this; }