MediaWiki  1.34.0
SwiftFileBackendDirList.php
Go to the documentation of this file.
1 <?php
33  public function current() {
34  return substr( current( $this->bufferIter ), $this->suffixStart, -1 );
35  }
36 
37  protected function pageFromList( $container, $dir, &$after, $limit, array $params ) {
38  return $this->backend->getDirListPageInternal( $container, $dir, $after, $limit, $params );
39  }
40 }
SwiftFileBackendDirList\pageFromList
pageFromList( $container, $dir, &$after, $limit, array $params)
Get the given list portion (page)
Definition: SwiftFileBackendDirList.php:37
SwiftFileBackendList\$params
array $params
Definition: SwiftFileBackendList.php:43
SwiftFileBackendList
SwiftFileBackend helper class to page through listings.
Definition: SwiftFileBackendList.php:32
SwiftFileBackendList\$dir
string $dir
Storage directory.
Definition: SwiftFileBackendList.php:52
SwiftFileBackendDirList\current
current()
Definition: SwiftFileBackendDirList.php:33
SwiftFileBackendDirList
Iterator for listing directories.
Definition: SwiftFileBackendDirList.php:28
SwiftFileBackendList\$container
string $container
Container name.
Definition: SwiftFileBackendList.php:49