LocalFilesystemAdapter
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
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
string
prefixPath(string $path)
No description
iterable
listContentsByGlob(string $folder, string $fileGlob, bool $deep = FilesystemReader::LIST_SHALLOW)
List the contents of a path by glob.