19 declare(strict_types=1);
36 $this->
logger = $DIC->logger()->exp();
37 $this->storage_directory = $DIC->filesystem()->storage();
45 $this->storage_directory,
52 $this->storage_directory,
57 case self::TYPE_EXPORT:
59 $this->storage_directory,
65 $this->
logger->error(
'Invalid type given: ' . $type);
66 throw new DomainException(
67 '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.