ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class DelegatingFilesystemFactory. More...
Public Member Functions | |
__construct (FilenameSanitizer $sanitizer) | |
DelegatingFilesystemFactory constructor. More... | |
getLocal (LocalConfig $config, $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 21 of file DelegatingFilesystemFactory.php.
ILIAS\Filesystem\Provider\DelegatingFilesystemFactory::__construct | ( | FilenameSanitizer | $sanitizer | ) |
DelegatingFilesystemFactory constructor.
FilenameSanitizer | $sanitizer |
Definition at line 35 of file DelegatingFilesystemFactory.php.
References ILIAS\Filesystem\Provider\DelegatingFilesystemFactory\$sanitizer.
ILIAS\Filesystem\Provider\DelegatingFilesystemFactory::getLocal | ( | LocalConfig | $config, |
$read_only = false |
|||
) |
Implements ILIAS\Filesystem\Provider\FilesystemFactory.
Definition at line 53 of file DelegatingFilesystemFactory.php.
References ILIAS\Filesystem\Provider\DelegatingFilesystemFactory\$sanitizer.
|
private |
Definition at line 23 of file DelegatingFilesystemFactory.php.
|
private |
Definition at line 27 of file DelegatingFilesystemFactory.php.
Referenced by ILIAS\Filesystem\Provider\DelegatingFilesystemFactory\__construct(), and ILIAS\Filesystem\Provider\DelegatingFilesystemFactory\getLocal().