ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ILIAS\Filesystem\Provider\LocalFilesystemFactory Interface Reference

Interface LocalFilesystemFactory. 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 20 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: