ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class DelegatingFilesystemFactory. More...
Public Member Functions | |
__construct (FilenameSanitizer $sanitizer) | |
DelegatingFilesystemFactory constructor. More... | |
getLocal (LocalConfig $config, bool $read_only=false) | |
Private Attributes | |
$implementation | |
$sanitizer | |
Class DelegatingFilesystemFactory.
The delegating filesystem factory delegates the instance creation to the factory of the concrete implementation and applies all necessary decorators.
Definition at line 23 of file DelegatingFilesystemFactory.php.
ILIAS\Filesystem\Provider\DelegatingFilesystemFactory::__construct | ( | FilenameSanitizer | $sanitizer | ) |
DelegatingFilesystemFactory constructor.
FilenameSanitizer | $sanitizer |
Definition at line 37 of file DelegatingFilesystemFactory.php.
References ILIAS\Filesystem\Provider\DelegatingFilesystemFactory\$sanitizer.
ILIAS\Filesystem\Provider\DelegatingFilesystemFactory::getLocal | ( | LocalConfig | $config, |
bool | $read_only = false |
||
) |
Implements ILIAS\Filesystem\Provider\FilesystemFactory.
Definition at line 55 of file DelegatingFilesystemFactory.php.
References ILIAS\Filesystem\Provider\DelegatingFilesystemFactory\$sanitizer.
|
private |
Definition at line 25 of file DelegatingFilesystemFactory.php.
|
private |
Definition at line 29 of file DelegatingFilesystemFactory.php.
Referenced by ILIAS\Filesystem\Provider\DelegatingFilesystemFactory\__construct(), and ILIAS\Filesystem\Provider\DelegatingFilesystemFactory\getLocal().