/** * {@inheritdoc} */ public function hint($keyPattern) { $this->cursor->hint($keyPattern); return $this; }