Skip to content

Latest commit

 

History

History
176 lines (55 loc) · 1.26 KB

DirectoryListing.md

File metadata and controls

176 lines (55 loc) · 1.26 KB

DirectoryListing

Properties

listing

private iterable<\League\Flysystem\T> $listing

Methods

__construct

public __construct(iterable<\League\Flysystem\T> $listing): mixed

Parameters:

Parameter Type Description
$listing iterable<\League\Flysystem\T>

filter

public filter(callable $filter): \League\Flysystem\DirectoryListing

Parameters:

Parameter Type Description
$filter callable

map

public map(callable $mapper): \League\Flysystem\DirectoryListing

Parameters:

Parameter Type Description
$mapper callable

sortByPath

public sortByPath(): \League\Flysystem\DirectoryListing

getIterator

public getIterator(): \Traversable&lt;\League\Flysystem\T&gt;

toArray

public toArray(): \League\Flysystem\T[]