You are here

protected property File_Iterator::$prefixes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/php-file-iterator/src/Iterator.php \File_Iterator::prefixes

Type: array

File

vendor/phpunit/php-file-iterator/src/Iterator.php, line 30

Class

File_Iterator
FilterIterator implementation that filters files based on prefix(es) and/or suffix(es). Hidden files and files from hidden directories are also filtered.

Code

protected $prefixes = array();