Class FilesystemAdapter
Filesystem adapter.
This abstract class is a wrapper around Flysystem adapters, to ensure they can be instantiated in a consistent way by delegating adapter's specific initialization logic to subclasses.
Also, subclasses of this class are responsible for building public URLs from which files can be accessed, although a generic implementation is present in this abstract class.
- BEdita\Core\Filesystem\FilesystemAdapter uses Cake\Core\InstanceConfigTrait (not available)
Direct known subclasses
Abstract
Namespace: BEdita\Core\Filesystem
Since: 4.0.0
Located at Core/src/Filesystem/FilesystemAdapter.php
Namespace: BEdita\Core\Filesystem
Since: 4.0.0
Located at Core/src/Filesystem/FilesystemAdapter.php
Methods summary
public
boolean
|
|
public
League\Flysystem\AdapterInterface
|
|
abstract protected
League\Flysystem\AdapterInterface
|
|
public
string
|
|
public
string|null
|
Properties summary
protected
array
|
$_defaultConfig
Default configuration for adapter. |
#
[
'baseUrl' => null,
'visibility' => 'public',
]
|
protected
League\Flysystem\AdapterInterface
|
$adapter
Inner adapter instance. |