ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
FlySystemFilesystemFactory.php
Go to the documentation of this file.
1<?php
2declare(strict_types=1);
3
5
9
18{
19
23 public function getLocal(LocalConfig $config, bool $read_only = false) : Filesystem
24 {
25 $localFactory = new FlySystemLocalFilesystemFactory();
26
27 return $localFactory->getInstance($config);
28 }
29}
An exception for terminatinating execution or to throw for unit testing.
getLocal(LocalConfig $config, bool $read_only=false)
@inheritDoc
Interface Filesystem.
Definition: Filesystem.php:27
if(!array_key_exists('PATH_INFO', $_SERVER)) $config
Definition: metadata.php:68
Class FlySystemFileAccessTest.