|
MediaWiki REL1_39
|
Iterator for listing regular files. More...


Public Member Functions | |
| current () | |
Public Member Functions inherited from SwiftFileBackendList | |
| __construct (SwiftFileBackend $backend, $fullCont, $dir, array $params) | |
| key () | |
| next () | |
| rewind () | |
| valid () | |
Protected Member Functions | |
| pageFromList ( $container, $dir, &$after, $limit, array $params) | |
| Get the given list portion (page) | |
Additional Inherited Members | |
Protected Attributes inherited from SwiftFileBackendList | |
| SwiftFileBackend | $backend |
| string null | $bufferAfter = null |
| List items after this path. | |
| array | $bufferIter = [] |
| List of path or (path,stat array) entries. | |
| string | $container |
| Container name. | |
| string | $dir |
| Storage directory. | |
| array | $params = [] |
| int | $pos = 0 |
| int | $suffixStart |
Iterator for listing regular files.
Definition at line 28 of file SwiftFileBackendFileList.php.
| SwiftFileBackendFileList::current | ( | ) |
Definition at line 34 of file SwiftFileBackendFileList.php.
References $path, and current().
Referenced by current().
|
protected |
Get the given list portion (page)
| string | $container | Resolved container name |
| string | $dir | Resolved path relative to container |
| string | &$after | |
| int | $limit | |
| array | $params |
Reimplemented from SwiftFileBackendList.
Definition at line 45 of file SwiftFileBackendFileList.php.
References SwiftFileBackendList\$container, SwiftFileBackendList\$dir, and SwiftFileBackendList\$params.