ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Interface LocalFilesystemFactory. 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 20 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. |