|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class DelegatingFilesystemFactory. More...
Inheritance diagram for ILIAS\Filesystem\Provider\DelegatingFilesystemFactory:
Collaboration diagram for ILIAS\Filesystem\Provider\DelegatingFilesystemFactory:Public Member Functions | |
| __construct (FilenameSanitizer $sanitizer) | |
| DelegatingFilesystemFactory constructor. More... | |
| getLocal (LocalConfig $config, $read_only=false) | |
| @inheritDoc More... | |
| getLocal (LocalConfig $config, $read_only=false) | |
| Creates a local filesystem instance with the given configuration. More... | |
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 |
|||
| ) |
@inheritDoc
Implements ILIAS\Filesystem\Provider\FilesystemFactory.
Definition at line 53 of file DelegatingFilesystemFactory.php.
References $config.
|
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().