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 068bfa6 + 43cdd28 commit 3814b8eCopy full SHA for 3814b8e
components/finder.rst
@@ -31,7 +31,9 @@ directories::
31
print $file->getRealpath()."\n";
32
}
33
34
-The ``$file`` is an instance of :phpclass:`SplFileInfo`.
+The ``$file`` is an instance of :class:`Symfony\\Component\\Finder\\SplFileInfo`
35
+which extends :phpclass:`SplFileInfo` to provide methods to work with relative
36
+paths.
37
38
The above code prints the names of all the files in the current directory
39
recursively. The Finder class uses a fluent interface, so all methods return
0 commit comments