W3cubDocs

/Symfony 2.8

Symfony\Component\Finder\Iterator\FilterIterator

abstract class FilterIterator extends FilterIterator

This iterator just overrides the rewind method in order to correct a PHP bug.

Methods

rewind()

This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases.

Details

public rewind()

This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases.

See also

FilterIterator::rewind()

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/Finder/Iterator/FilterIterator.html