| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\Filesystem\Provider\FilesystemFactory:
 Collaboration diagram for ILIAS\Filesystem\Provider\FilesystemFactory:Public Member Functions | |
| getLocal (LocalConfig $config, bool $read_only=false) | |
| Creates a local filesystem instance with the given configuration.  More... | |
Definition at line 28 of file FilesystemFactory.php.
| ILIAS\Filesystem\Provider\FilesystemFactory::getLocal | ( | LocalConfig | $config, | 
| bool | $read_only = false  | 
        ||
| ) | 
Creates a local filesystem instance with the given configuration.
| LocalConfig | $config | The local configuration which should be used to create the local filesystem. | 
Implemented in ILIAS\Filesystem\Provider\DelegatingFilesystemFactory, and ILIAS\Filesystem\Provider\FlySystem\FlySystemFilesystemFactory.