ILIAS  release_7 Revision v7.30-3-g800a261c036
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 
17 {
18 
22  public function getLocal(LocalConfig $config, bool $read_only = false) : Filesystem
23  {
24  $localFactory = new FlySystemLocalFilesystemFactory();
25 
26  return $localFactory->getInstance($config);
27  }
28 }
if(!array_key_exists('PATH_INFO', $_SERVER)) $config
Definition: metadata.php:68
Interface FilesystemFactory The filesystem factory produces different filesystem types.
Class FlySystemLocalFilesystemFactory The local fly system filesystem factory creates instances of th...
Class LocalConfig This class is used to configure the local filesystem adapter.
Definition: LocalConfig.php:13
Class FlySystemFileAccessTest disabled disabled disabled.