MediaWiki master
SwiftFileBackendDirList.php
Go to the documentation of this file.
1<?php
33 #[\ReturnTypeWillChange]
34 public function current() {
35 return substr( current( $this->iterableBuffer ), $this->suffixStart, -1 );
36 }
37
38 protected function pageFromList( $container, $dir, &$after, $limit, array $params ) {
39 return $this->backend->getDirListPageInternal( $container, $dir, $after, $limit, $params );
40 }
41}
Iterator for listing directories.
pageFromList( $container, $dir, &$after, $limit, array $params)
Get the next page of entries.
SwiftFileBackend helper class to page through listings.
string $dir
Storage directory.
string $container
Container name.