f1nder / SolutionMongoAggregationBundle

This Bundle integrates mongo aggregation queries into you Symfony2 project.
12 stars 3 forks source link

Where is the method aggregate ? #4

Open sitobcn82 opened 9 years ago

sitobcn82 commented 9 years ago

I see in the code of the test testAggregateQuery() that uses $result = $qB->match(['testProperty' => 1])->getQuery()->aggregate();

But i see that now the object \Pipeline\Query does'nt have this method. How can iterate the results of the Aggregate query ?