Symfony\Component\Finder\Iterator
Classes
| CustomFilterIterator | CustomFilterIterator filters files by applying anonymous functions. | 
| DateRangeFilterIterator | DateRangeFilterIterator filters out files that are not in the given date range (last modified dates). | 
| DepthRangeFilterIterator | DepthRangeFilterIterator limits the directory depth. | 
| ExcludeDirectoryFilterIterator | ExcludeDirectoryFilterIterator filters out directories. | 
| FilePathsIterator | Iterate over shell command result. | 
| FileTypeFilterIterator | FileTypeFilterIterator only keeps files, directories, or both. | 
| FilecontentFilterIterator | FilecontentFilterIterator filters files by their contents using patterns (regexps or strings). | 
| FilenameFilterIterator | FilenameFilterIterator filters files by patterns (a regexp, a glob, or a string). | 
| FilterIterator | This iterator just overrides the rewind method in order to correct a PHP bug. | 
| MultiplePcreFilterIterator | MultiplePcreFilterIterator filters files using patterns (regexps, globs or strings). | 
| PathFilterIterator | PathFilterIterator filters files by path patterns (e.g. some/special/dir). | 
| RecursiveDirectoryIterator | Extends the \RecursiveDirectoryIterator to support relative paths | 
| SizeRangeFilterIterator | SizeRangeFilterIterator filters out files that are not in the given size range. | 
| SortableIterator | SortableIterator applies a sort on a given Iterator. | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.3/Symfony/Component/Finder/Iterator.html