doQuery() protected method

Execute the query
protected doQuery ( ) : void
return void
Esempio n. 1
0
 /**
  * 执行查询
  * @return null
  */
 protected function doQuery()
 {
     return $this->oMongoCursor->doQuery();
 }