This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Finder/Adapter
Fabien Potencier b58f9fdbd6 merged branch jfsimon/issue-6981 (PR #7518)
This PR was merged into the master branch.

Discussion
----------

[Finder] adds a way to ignore AccessDeniedException

This PR adds a `Finder::ignoreUnreadableDirs()` method which tells `Finder` to ignore unreadable directories instead of throwing an `AccessDeniedException`.

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #6981

Commits
-------

a63b30b [Finder] added Finder::ignoreUnreadableDirs() method
2013-04-22 15:00:38 +02:00
..
AbstractAdapter.php [Finder] added Finder::ignoreUnreadableDirs() method 2013-03-29 15:47:08 +01:00
AbstractFindAdapter.php merged branch jfsimon/issue-6981 (PR #7518) 2013-04-22 15:00:38 +02:00
AdapterInterface.php [Finder] added Finder::ignoreUnreadableDirs() method 2013-03-29 15:47:08 +01:00
BsdFindAdapter.php Enforce sprintf for exceptions 2013-04-11 08:50:46 +02:00
GnuFindAdapter.php Enforce sprintf for exceptions 2013-04-11 08:50:46 +02:00
PhpAdapter.php [Finder] added Finder::ignoreUnreadableDirs() method 2013-03-29 15:47:08 +01:00