MediaWiki REL1_37
|
Iterator for listing directories. 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 directories.
Definition at line 28 of file SwiftFileBackendDirList.php.
SwiftFileBackendDirList::current | ( | ) |
Definition at line 34 of file SwiftFileBackendDirList.php.
References 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 38 of file SwiftFileBackendDirList.php.
References SwiftFileBackendList\$container, SwiftFileBackendList\$dir, and SwiftFileBackendList\$params.