ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Interface LocalFilesystemFactory The local filesystem factory creates instances of the local filesystem adapter. More...
Public Member Functions | |
getInstance (LocalConfig $config) | |
Creates a local filesystem instance with the given configuration. More... | |
Interface LocalFilesystemFactory The local filesystem factory creates instances of the local filesystem adapter.
The purpose of the specific factory is to hold the FilesystemFactories clean from specific bootstrap code of each adapter.
Definition at line 17 of file LocalFilesystemFactory.php.
ILIAS\Filesystem\Provider\LocalFilesystemFactory::getInstance | ( | LocalConfig | $config | ) |
Creates a local filesystem instance with the given configuration.
LocalConfig | $config | The local configuration which should be used to create the local filesystem. |