ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
FilesystemFactory.php
Go to the documentation of this file.
1<?php
2
4
7
19{
20
32 public function getLocal(LocalConfig $config, bool $read_only = false) : Filesystem;
33}
An exception for terminatinating execution or to throw for unit testing.
Interface Filesystem.
Definition: Filesystem.php:26
getLocal(LocalConfig $config, bool $read_only=false)
Creates a local filesystem instance with the given configuration.
$config
Definition: bootstrap.php:15
Class FlySystemFileAccessTest.