doQuery() 보호된 메소드

Execute the query
protected doQuery ( ) : void
리턴 void
예제 #1
0
 /**
  * 执行查询
  * @return null
  */
 protected function doQuery()
 {
     return $this->oMongoCursor->doQuery();
 }