class FilesystemManager extends FilesystemManager

Methods

__construct(Container $app, array $diskLocalConfig, array $drivers)

No description

Filesystem
resolve($name, $config = null)

No description

DriverInterface
getDriver(string $name)

No description

array
getLocalConfig(string $name)

No description

Details

__construct(Container $app, array $diskLocalConfig, array $drivers)

Parameters

Container $app
array $diskLocalConfig
array $drivers

protected Filesystem resolve($name, $config = null)

Parameters

$name
$config

Return Value

Filesystem

protected DriverInterface getDriver(string $name)

Parameters

string $name

Return Value

DriverInterface

protected array getLocalConfig(string $name)

Parameters

string $name

Return Value

array