Skip to content

Commit 69ecceb

Browse files
authored
1 parent b39756f commit 69ecceb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/finder.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ the Finder instance.
5555
:phpfunction:`iterator_to_array` method, or get the number of items with
5656
:phpfunction:`iterator_count`.
5757

58+
.. tip::
59+
60+
The Finder object keeps internal state. If you want to find another set of results you
61+
should create a new Finder object or call :phpfunction:`create` on the existing object. Otherwise
62+
the results will be added to the ones previously found.
63+
5864
.. caution::
5965

6066
When searching through multiple locations passed to the

0 commit comments

Comments
 (0)