Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function addOption($key, $value)
 {
     $this->cursor->addOption($key, $value);
     return $this;
 }