MediaWiki REL1_34
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}
Iterator for listing directories.
pageFromList( $container, $dir, &$after, $limit, array $params)
Get the given list portion (page)
SwiftFileBackend helper class to page through listings.
string $dir
Storage directory.
string $container
Container name.