class LocalFilesystemAdapter extends LocalFilesystemAdapter implements GlobContentLister (View source)

Methods

public
__construct(string $location, VisibilityConverter|null $visibility = null, int $writeFlags = LOCK_EX, int $linkHandling = LocalFilesystemAdapter::DISALLOW_LINKS, MimeTypeDetector|null $mimeTypeDetector = null)

No description

public
string
prefixPath(string $path)

No description

public
iterable
listContentsByGlob(string $folder, string $fileGlob, bool $deep = FilesystemReader::LIST_SHALLOW)

List the contents of a path by glob.

Details

__construct(string $location, VisibilityConverter|null $visibility = null, int $writeFlags = LOCK_EX, int $linkHandling = LocalFilesystemAdapter::DISALLOW_LINKS, MimeTypeDetector|null $mimeTypeDetector = null)

No description

Parameters

string $location
VisibilityConverter|null $visibility
int $writeFlags
int $linkHandling
MimeTypeDetector|null $mimeTypeDetector

string prefixPath(string $path)

No description

Parameters

string $path

Return Value

string

iterable listContentsByGlob(string $folder, string $fileGlob, bool $deep = FilesystemReader::LIST_SHALLOW)

List the contents of a path by glob.

Parameters

string $folder
string $fileGlob
bool $deep

Return Value

iterable