class Filesystem extends Filesystem (View source)

Methods

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

No description

public
FilesystemAdapter
getAdapter()

No description

public
bool
has(string $location)

No description

Details

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

No description

Parameters

FilesystemAdapter $adapter
array $config
PathNormalizer $pathNormalizer

FilesystemAdapter getAdapter()

No description

Return Value

FilesystemAdapter

bool has(string $location)

No description

Parameters

string $location

Return Value

bool