◆ __construct()
ilImportDirectoryFactory::__construct |
( |
| ) |
|
◆ getInstanceForComponent()
ilImportDirectoryFactory::getInstanceForComponent |
( |
string |
$type | ) |
|
- Parameters
-
- Returns
- ilImportDirectory
- Exceptions
-
Definition at line 37 of file class.ilImportDirectoryFactory.php.
42 $this->storage_directory,
49 $this->storage_directory,
54 case self::TYPE_EXPORT:
56 $this->storage_directory,
62 $this->logger->error(
'Invalid type given: ' .
$type);
64 'Invalid type given: ' .
$type
Import directory interface.
Import directory interface.
◆ $logger
ilImportDirectoryFactory::$logger |
|
protected |
◆ $storage
ilImportDirectoryFactory::$storage |
|
protected |
◆ TYPE_EXPORT
const ilImportDirectoryFactory::TYPE_EXPORT = 'export' |
◆ TYPE_MOB
const ilImportDirectoryFactory::TYPE_MOB = 'mob' |
◆ TYPE_SAHS
const ilImportDirectoryFactory::TYPE_SAHS = 'sahs' |
The documentation for this class was generated from the following file: