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

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...
 

Detailed Description

Interface FilesystemFactory.

The filesystem factory produces different filesystem types. The creation of the specific filesystem type will be delegated to a specific factory.

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

Definition at line 18 of file FilesystemFactory.php.

Member Function Documentation

◆ getLocal()

ILIAS\Filesystem\Provider\FilesystemFactory::getLocal ( LocalConfig  $config,
bool  $read_only = false 
)

Creates a local filesystem instance with the given configuration.

Parameters
LocalConfig$configThe local configuration which should be used to create the local filesystem.
bool$read_only
Returns
Filesystem
Since
5.3
Version
1.0

Implemented in ILIAS\Filesystem\Provider\DelegatingFilesystemFactory, and ILIAS\Filesystem\Provider\FlySystem\FlySystemFilesystemFactory.


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