예제 #1
0
 /**
  * Pass a hint to the Cursor
  *
  * @param string $keyPattern
  * @return QueryProxy this instance
  */
 public function hint($keyPattern)
 {
     $this->queryChanged = true;
     return parent::hint($keyPattern);
 }