ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
The delegating filesystem factory delegates the instance creation to the factory of the concrete implementation and applies all necessary decorators. More...
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.