MediaWiki  REL1_24
SwiftFileBackendFileList Class Reference

Iterator for listing regular files. More...

Inheritance diagram for SwiftFileBackendFileList:
Collaboration diagram for SwiftFileBackendFileList:

List of all members.

Public Member Functions

 current ()

Protected Member Functions

 pageFromList ($container, $dir, &$after, $limit, array $params)
 Get the given list portion (page)

Detailed Description

Iterator for listing regular files.

Definition at line 1798 of file SwiftFileBackend.php.


Member Function Documentation

See also:
Iterator::current()
Returns:
string|bool String (relative path) or false

Definition at line 1803 of file SwiftFileBackend.php.

SwiftFileBackendFileList::pageFromList ( container,
dir,
&$  after,
limit,
array params 
) [protected]

Get the given list portion (page)

Parameters:
string$containerResolved container name
string$dirResolved path relative to container
string$after
int$limit
array$params
Returns:
Traversable|array

Reimplemented from SwiftFileBackendList.

Definition at line 1814 of file SwiftFileBackend.php.

References SwiftFileBackendList\$container, SwiftFileBackendList\$dir, and $limit.


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