ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Interface FilesystemFactory. More...
Public Member Functions | |
getLocal (LocalConfig $config, $read_only=false) | |
Creates a local filesystem instance with the given configuration. More... | |
Interface FilesystemFactory.
The filesystem factory produces different filesystem types. The creation of the specific filesystem type will be delegated to a specific factory.
Definition at line 18 of file FilesystemFactory.php.
ILIAS\Filesystem\Provider\FilesystemFactory::getLocal | ( | LocalConfig | $config, |
$read_only = false |
|||
) |
Creates a local filesystem instance with the given configuration.
LocalConfig | $config | The local configuration which should be used to create the local filesystem. |
bool | $read_only |
Implemented in ILIAS\Filesystem\Provider\DelegatingFilesystemFactory, and ILIAS\Filesystem\Provider\FlySystem\FlySystemFilesystemFactory.