ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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:26
$config
Definition: bootstrap.php:15
Class FlySystemFileAccessTest.