You are here

namespace Symfony\Component\Finder\Iterator in Database Sanitize 7

Classsort descending Location Description
CustomFilterIterator vendor/symfony/finder/Iterator/CustomFilterIterator.php CustomFilterIterator filters files by applying anonymous functions.
DateRangeFilterIterator vendor/symfony/finder/Iterator/DateRangeFilterIterator.php DateRangeFilterIterator filters out files that are not in the given date range (last modified dates).
DepthRangeFilterIterator vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php DepthRangeFilterIterator limits the directory depth.
ExcludeDirectoryFilterIterator vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php ExcludeDirectoryFilterIterator filters out directories.
FilecontentFilterIterator vendor/symfony/finder/Iterator/FilecontentFilterIterator.php FilecontentFilterIterator filters files by their contents using patterns (regexps or strings).
FilenameFilterIterator vendor/symfony/finder/Iterator/FilenameFilterIterator.php FilenameFilterIterator filters files by patterns (a regexp, a glob, or a string).
FileTypeFilterIterator vendor/symfony/finder/Iterator/FileTypeFilterIterator.php FileTypeFilterIterator only keeps files, directories, or both.
FilterIterator vendor/symfony/finder/Iterator/FilterIterator.php This iterator just overrides the rewind method in order to correct a PHP bug, which existed before version 5.5.23/5.6.7.
MultiplePcreFilterIterator vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php MultiplePcreFilterIterator filters files using patterns (regexps, globs or strings).
PathFilterIterator vendor/symfony/finder/Iterator/PathFilterIterator.php PathFilterIterator filters files by path patterns (e.g. some/special/dir).
RecursiveDirectoryIterator vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php Extends the \RecursiveDirectoryIterator to support relative paths.
SizeRangeFilterIterator vendor/symfony/finder/Iterator/SizeRangeFilterIterator.php SizeRangeFilterIterator filters out files that are not in the given size range.
SortableIterator vendor/symfony/finder/Iterator/SortableIterator.php SortableIterator applies a sort on a given Iterator.