ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Filesystem\Provider\LocalFilesystemFactory Interface Reference

Interface LocalFilesystemFactory The local filesystem factory creates instances of the local filesystem adapter. More...

+ Collaboration diagram for ILIAS\Filesystem\Provider\LocalFilesystemFactory:

Public Member Functions

 getInstance (LocalConfig $config)
 Creates a local filesystem instance with the given configuration. More...
 

Detailed Description

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.

Author
Nicolas Schäfli ns@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Since
5.3
Version
1.0
See also
FilesystemFactory

Definition at line 17 of file LocalFilesystemFactory.php.

Member Function Documentation

◆ getInstance()

ILIAS\Filesystem\Provider\LocalFilesystemFactory::getInstance ( LocalConfig  $config)

Creates a local filesystem instance with the given configuration.

Parameters
LocalConfig$configThe local configuration which should be used to create the local filesystem.
Returns
Filesystem

The documentation for this interface was generated from the following file: