|
Lggr
|


Public Member Functions | |
| __construct (Iterator $iterator, array $suffixes=array(), array $prefixes=array(), array $exclude=array(), $basepath=NULL) | |
| accept () | |
Public Attributes | |
| const | PREFIX = 0 |
| const | SUFFIX = 1 |
Protected Member Functions | |
| acceptPath ($path) | |
| acceptPrefix ($filename) | |
| acceptSuffix ($filename) | |
| acceptSubString ($filename, array $subStrings, $type) | |
Protected Attributes | |
| $suffixes = array() | |
| $prefixes = array() | |
| $exclude = array() | |
| $basepath | |
FilterIterator implementation that filters files based on prefix(es) and/or suffix(es). Hidden files and files from hidden directories are also filtered.
| File_Iterator::__construct | ( | Iterator | $iterator, |
| array | $suffixes = array(), |
||
| array | $prefixes = array(), |
||
| array | $exclude = array(), |
||
$basepath = NULL |
|||
| ) |
| Iterator | $iterator | |
| array | $suffixes | |
| array | $prefixes | |
| array | $exclude | |
| string | $basepath |
| File_Iterator::accept | ( | ) |
|
protected |
| string | $path |
|
protected |
| string | $filename |
|
protected |
| string | $filename | |
| array | $subStrings | |
| int | $type |
|
protected |
| string | $filename |
1.8.17