ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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:27
getLocal(LocalConfig $config, bool $read_only=false)
Creates a local filesystem instance with the given configuration.
if(!array_key_exists('PATH_INFO', $_SERVER)) $config
Definition: metadata.php:68
Class FlySystemFileAccessTest.