doQuery() protected méthode

Execute the query
protected doQuery ( ) : void
Résultat void
Exemple #1
0
 /**
  * 执行查询
  * @return null
  */
 protected function doQuery()
 {
     return $this->oMongoCursor->doQuery();
 }