MediaWiki  REL1_19
FSFileBackendFileList Class Reference

Wrapper around RecursiveDirectoryIterator that catches exception or does any custom behavoir that we may want. More...

List of all members.

Public Member Functions

 __construct ($dir)
 current ()
 key ()
 next ()
 rewind ()
 valid ()

Protected Attributes

 $iter
 $pos = 0
 $suffixStart

Detailed Description

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.


Constructor & Destructor Documentation

Parameters:
$dirstring file system directory

Definition at line 547 of file FSFileBackend.php.

References $dir, and MWInit\classExists().

Here is the call graph for this function:


Member Function Documentation

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.


Member Data Documentation

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.


The documentation for this class was generated from the following file: