We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb42c10 + fa4e6ee commit d15c857Copy full SHA for d15c857
docs/en/reference/aggregation-builder.rst
@@ -207,7 +207,7 @@ can tell the query builder to not return a caching iterator:
207
<?php
208
209
$builder = $dm->createAggregationBuilder(\Documents\Orders::class);
210
- $builder->setRewindable(false);
+ $builder->rewindable(false);
211
212
When setting this option to ``false``, attempting a second iteration will result
213
in an exception. Note that calling ``getAggregation()`` will always yield a
0 commit comments