ILIAS
trunk Revision v11.0_alpha-1713-gd8962da2f67
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
DomainService.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
29
class
DomainService
30
{
31
protected
static
array
$instance
= [];
32
33
public
function
__construct
(
34
protected
DataService
$data
,
35
protected
RepoService
$repo,
36
protected
InternalDomainService
$domain
37
) {
38
}
39
40
public
function
collector
(
41
int
$obj_id,
42
string
$type =
""
43
):
ExportCollector
{
44
return
new
ExportCollector
(
45
$this->data,
46
$this->repo->exportFile(),
47
$obj_id,
48
$type
49
);
50
}
51
}
ILIAS\Export\HTML
Definition:
ExportFile.php:21
$data
$data
Definition:
ltiregistration.php:29
DataService
ILIAS\Data\Text\HTML\RepoService
Definition:
RepoService.php:25
ILIAS\Data\Text\HTML\DomainService\collector
collector(int $obj_id, string $type="")
Definition:
DomainService.php:40
ILIAS\Data\Text\HTML\DomainService\__construct
__construct(protected DataService $data, protected RepoService $repo, protected InternalDomainService $domain)
Definition:
DomainService.php:33
ILIAS\Export\InternalDomainService
Definition:
class.InternalDomainService.php:25
ExportCollector
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
InternalDomainService
ILIAS\Data\Text\HTML\DataService
Definition:
DataService.php:25
ILIAS\Data\Text\HTML\DomainService\$instance
static array $instance
Definition:
DomainService.php:31
RepoService
ILIAS\Repository\GlobalDICDomainServices
trait GlobalDICDomainServices
Definition:
trait.GlobalDICDomainServices.php:38
ILIAS\components\Export\HTML\ExportCollector
Definition:
ExportCollector.php:26
ILIAS\Data\Text\HTML\DomainService
Definition:
DomainService.php:29
components
ILIAS
Export
HTML
Service
DomainService.php
Generated on Fri Apr 4 2025 23:03:07 for ILIAS by
1.8.13 (using
Doxyfile
)