ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
FlySystemFilesystemFactory.php
Go to the documentation of this file.
1 <?php
2 declare(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 }
$config
Definition: bootstrap.php:15
Class FlySystemFileAccessTest.