MediaWiki
1.28.0
|
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) | |
Protected Member Functions inherited from SwiftFileBackendList | |
pageFromList ($container, $dir, &$after, $limit, array $params) | |
Get the given list portion (page) More... | |
Additional Inherited Members | |
Public Attributes inherited from SwiftFileBackendList | |
const | PAGE_SIZE = 9000 |
Protected Attributes inherited from SwiftFileBackendList | |
SwiftFileBackend | $backend |
string | $bufferAfter = null |
List items after this path. More... | |
array | $bufferIter = [] |
List of path or (path,stat array) entries. More... | |
string | $container |
Container name. More... | |
string | $dir |
Storage directory. More... | |
array | $params = [] |
int | $pos = 0 |
int | $suffixStart |
Iterator for listing directories.
Definition at line 1901 of file SwiftFileBackend.php.
SwiftFileBackendDirList::current | ( | ) |
Definition at line 1906 of file SwiftFileBackend.php.
|
protected |
Definition at line 1910 of file SwiftFileBackend.php.
References SwiftFileBackendList\$container, SwiftFileBackendList\$dir, and $limit.