|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Interface FilesystemFactory. More...
Inheritance diagram for ILIAS\Filesystem\Provider\FilesystemFactory:
Collaboration diagram for ILIAS\Filesystem\Provider\FilesystemFactory:Public Member Functions | |
| getLocal (LocalConfig $config, bool $read_only=false) | |
| Creates a local filesystem instance with the given configuration. More... | |
Interface FilesystemFactory.
The filesystem factory produces different filesystem types. The creation of the specific filesystem type will be delegated to a specific factory.
Definition at line 18 of file FilesystemFactory.php.
| ILIAS\Filesystem\Provider\FilesystemFactory::getLocal | ( | LocalConfig | $config, |
| bool | $read_only = false |
||
| ) |
Creates a local filesystem instance with the given configuration.
| LocalConfig | $config | The local configuration which should be used to create the local filesystem. |
| bool | $read_only |
Implemented in ILIAS\Filesystem\Provider\DelegatingFilesystemFactory, and ILIAS\Filesystem\Provider\FlySystem\FlySystemFilesystemFactory.