ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ExternalDomainService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Export\HTML
;
22
23
use
ILIAS\Repository\GlobalDICDomainServices
;
24
use
ILIAS\Export\HTML\RepoService
;
25
use
ILIAS\Export\HTML\DataService
;
26
use
ILIAS\Export\InternalDomainService
;
27
use
ILIAS\components\Export\HTML\ExportCollector
;
28
use
ILIAS\components\Export\HTML\ExportFileManager
;
29
30
class
ExternalDomainService
31
{
32
protected
static
array
$instance
= [];
33
34
public
function
__construct
(
35
protected
InternalDomainService
$internal_domain
36
) {
37
}
38
39
public
function
collector
(
40
int
$obj_id,
41
string
$type =
""
42
):
ExportCollector
{
43
return
$this->internal_domain->
html
()->
collector
(
44
$obj_id,
45
$type
46
);
47
}
48
49
public
function
fileManager
(
50
):
ExportFileManager
{
51
return
$this->internal_domain->
html
()->fileManager();
52
}
53
54
}
ILIAS\Export\HTML\DataService
Definition:
DataService.php:26
ILIAS\Export\HTML\ExternalDomainService
Definition:
ExternalDomainService.php:31
ILIAS\Export\HTML\ExternalDomainService\fileManager
fileManager()
Definition:
ExternalDomainService.php:49
ILIAS\Export\HTML\ExternalDomainService\__construct
__construct(protected InternalDomainService $internal_domain)
Definition:
ExternalDomainService.php:34
ILIAS\Export\HTML\ExternalDomainService\$instance
static array $instance
Definition:
ExternalDomainService.php:32
ILIAS\Export\HTML\ExternalDomainService\collector
collector(int $obj_id, string $type="")
Definition:
ExternalDomainService.php:39
ILIAS\Export\HTML\RepoService
Definition:
RepoService.php:26
ILIAS\Export\InternalDomainService
Definition:
class.InternalDomainService.php:26
ILIAS\Repository\GlobalDICDomainServices
trait GlobalDICDomainServices
Definition:
trait.GlobalDICDomainServices.php:38
ILIAS\components\Export\HTML\ExportCollector
Definition:
ExportCollector.php:27
ILIAS\components\Export\HTML\ExportFileManager
Definition:
ExportFileManager.php:28
return
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
delivery_method.php:21
ILIAS\Export\HTML
Definition:
ExportFile.php:21
ILIAS\Repository\html
html()
Definition:
trait.GlobalDICGUIServices.php:78
components
ILIAS
Export
HTML
Service
ExternalDomainService.php
Generated on Sat Oct 18 2025 23:03:01 for ILIAS by
1.9.4 (using
Doxyfile
)