class Filesystem extends Filesystem (View source)

Methods

__construct(FilesystemAdapter $adapter, array $config = [], PathNormalizer $pathNormalizer = null)

No description

FilesystemAdapter
getAdapter()

No description

bool
has(string $location)

No description

Details

__construct(FilesystemAdapter $adapter, array $config = [], PathNormalizer $pathNormalizer = null)

Parameters

FilesystemAdapter $adapter
array $config
PathNormalizer $pathNormalizer

FilesystemAdapter getAdapter()

Return Value

FilesystemAdapter

bool has(string $location)

Parameters

string $location

Return Value

bool