MediaWiki
REL1_19
|
Wrapper around RecursiveDirectoryIterator that catches exception or does any custom behavoir that we may want. More...
Public Member Functions | |
__construct ($dir) | |
current () | |
key () | |
next () | |
rewind () | |
valid () | |
Protected Attributes | |
$iter | |
$pos = 0 | |
$suffixStart |
Wrapper around RecursiveDirectoryIterator that catches exception or does any custom behavoir that we may want.
Do not use this class from places outside FSFileBackend.
Definition at line 538 of file FSFileBackend.php.
FSFileBackendFileList::__construct | ( | $ | dir | ) |
$dir | string file system directory |
Definition at line 547 of file FSFileBackend.php.
References $dir, and MWInit\classExists().
Definition at line 568 of file FSFileBackend.php.
Definition at line 575 of file FSFileBackend.php.
Definition at line 579 of file FSFileBackend.php.
Definition at line 588 of file FSFileBackend.php.
Definition at line 597 of file FSFileBackend.php.
FSFileBackendFileList::$iter [protected] |
Definition at line 540 of file FSFileBackend.php.
FSFileBackendFileList::$pos = 0 [protected] |
Definition at line 542 of file FSFileBackend.php.
FSFileBackendFileList::$suffixStart [protected] |
Definition at line 541 of file FSFileBackend.php.