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