3 declare(strict_types=1);
20 $this->
logger = $DIC->logger()->exp();
21 $this->storage_directory = $DIC->filesystem()->storage();
29 $this->storage_directory,
36 $this->storage_directory,
41 case self::TYPE_EXPORT:
43 $this->storage_directory,
49 $this->
logger->error(
'Invalid type given: ' . $type);
50 throw new DomainException(
51 'Invalid type given: ' . $type
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Filesystem $storage_directory
getInstanceForComponent(string $type)
Import directory interface.