Definition at line 30 of file ExternalDomainService.php.
◆ __construct()
◆ collector()
ILIAS\Export\HTML\ExternalDomainService::collector |
( |
int |
$obj_id, |
|
|
string |
$type = "" |
|
) |
| |
Definition at line 39 of file ExternalDomainService.php.
42 : ExportCollector {
43 return $this->internal_domain->html()->collector(
44 $obj_id,
45 $type
46 );
47 }
◆ fileManager()
ILIAS\Export\HTML\ExternalDomainService::fileManager |
( |
| ) |
|
Definition at line 49 of file ExternalDomainService.php.
50 : ExportFileManager {
51 return $this->internal_domain->html()->fileManager();
52 }
◆ $instance
array ILIAS\Export\HTML\ExternalDomainService::$instance = [] |
|
staticprotected |
The documentation for this class was generated from the following file: