Beispiel #1
0
 /**
  * Returns a new SphinxQL instance
  *
  * @return SphinxQL
  */
 protected function getSphinxQL()
 {
     return SphinxQL::create($this->getConnection());
 }