| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
The delegating filesystem factory delegates the instance creation to the factory of the concrete implementation and applies all necessary decorators. More...
 Inheritance diagram for ILIAS\Filesystem\Provider\DelegatingFilesystemFactory:
 Collaboration diagram for ILIAS\Filesystem\Provider\DelegatingFilesystemFactory:Public Member Functions | |
| __construct (private FilenameSanitizer $sanitizer) | |
| DelegatingFilesystemFactory constructor.  More... | |
| getLocal (LocalConfig $config, bool $read_only=false) | |
Private Attributes | |
| FlySystemFilesystemFactory | $implementation | 
The delegating filesystem factory delegates the instance creation to the factory of the concrete implementation and applies all necessary decorators.
Definition at line 37 of file DelegatingFilesystemFactory.php.
| ILIAS\Filesystem\Provider\DelegatingFilesystemFactory::__construct | ( | private FilenameSanitizer | $sanitizer | ) | 
DelegatingFilesystemFactory constructor.
Definition at line 44 of file DelegatingFilesystemFactory.php.
| ILIAS\Filesystem\Provider\DelegatingFilesystemFactory::getLocal | ( | LocalConfig | $config, | 
| bool | $read_only = false  | 
        ||
| ) | 
Implements ILIAS\Filesystem\Provider\FilesystemFactory.
Definition at line 58 of file DelegatingFilesystemFactory.php.
      
  | 
  private | 
Definition at line 39 of file DelegatingFilesystemFactory.php.