ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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 }
if(!array_key_exists('PATH_INFO', $_SERVER)) $config
Definition: metadata.php:68
Class FlySystemFileAccessTest.