@@ -64,6 +64,9 @@ |
||
64 | 64 | return $this->formatResults( $this->doQuery( $queryDescription, $queryOptions, $entityType ) ); |
65 | 65 | } |
66 | 66 | |
67 | + /** |
|
68 | + * @param string $entityType |
|
69 | + */ |
|
67 | 70 | private function doQuery( Description $queryDescription, QueryOptions $queryOptions = null, $entityType ) { |
68 | 71 | $cursor = $this->database |
69 | 72 | ->selectCollection( $entityType ) |