Class LocalAdapter
Adapter to store files on local filesystem.
- BEdita\Core\Filesystem\FilesystemAdapter uses Cake\Core\InstanceConfigTrait (not available)
- BEdita\Core\Filesystem\Adapter\LocalAdapter
Namespace: BEdita\Core\Filesystem\Adapter
Since: 4.0.0
Located at Core/src/Filesystem/Adapter/LocalAdapter.php
Since: 4.0.0
Located at Core/src/Filesystem/Adapter/LocalAdapter.php
Methods summary
public
boolean
|
|
protected
League\Flysystem\Adapter\Local
|
Methods inherited from BEdita\Core\Filesystem\FilesystemAdapter
Properties summary
protected
array
|
$_defaultConfig
|
#
[
'baseUrl' => null,
'path' => WWW_ROOT . '_files',
'writeFlags' => LOCK_EX,
'linkHandling' => Local::DISALLOW_LINKS,
'permissions' => [],
'visibility' => 'public',
]
|