28 $this->logger =
$DIC->logger()->exp();
29 $this->storage_directory =
$DIC->filesystem()->storage();
42 $this->storage_directory,
49 $this->storage_directory,
56 $this->storage_directory,
62 $this->logger->error(
'Invalid type given: ' .
$type);
63 throw new InvalidArgumentException(
64 'Invalid type given: ' .
$type
An exception for terminatinating execution or to throw for unit testing.
Import directory interface.
getInstanceForComponent(string $type)
__construct()
ilImportDirectoryFactory constructor.
Import directory interface.
Interface Filesystem The filesystem interface provides the public interface for the Filesystem servic...