Definition at line 30 of file DomainService.php.
◆ __construct()
◆ collector()
| ILIAS\Export\HTML\DomainService::collector |
( |
int |
$obj_id, |
|
|
string |
$type = "" |
|
) |
| |
Definition at line 41 of file DomainService.php.
46 return new ExportCollector(
48 $this->repo->exportFile(),
◆ fileManager()
| ILIAS\Export\HTML\DomainService::fileManager |
( |
| ) |
|
Definition at line 54 of file DomainService.php.
57 return self::$instance[
"file_manager"] ??=
new ExportFileManager(
59 $this->repo->exportFile()
◆ $instance
| array ILIAS\Export\HTML\DomainService::$instance = [] |
|
staticprotected |
The documentation for this class was generated from the following file: