ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
◀ 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
class.ilSessionImporter.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
28
class
ilSessionImporter
extends
ilXmlImporter
29
{
30
protected
ilSessionDataSet
$ds
;
31
32
public
function
init
(): void
33
{
34
$this->ds =
new
ilSessionDataSet
();
35
$this->ds->setDSPrefix(
"ds"
);
36
}
37
38
public
function
importXmlRepresentation
(
string
$a_entity,
string
$a_id,
string
$a_xml,
ilImportMapping
$a_mapping): void
39
{
40
$this->ds->setTargetId((
string
) $a_mapping->
getTargetId
());
41
$parser =
new
ilDataSetImportParser
(
42
$a_entity,
43
$this->
getSchemaVersion
(),
44
$a_xml,
45
$this->ds,
46
$a_mapping
47
);
48
}
49
}
ilSessionImporter\$ds
ilSessionDataSet $ds
Definition:
class.ilSessionImporter.php:30
ilSessionImporter\importXmlRepresentation
importXmlRepresentation(string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping)
Definition:
class.ilSessionImporter.php:38
ilXmlImporter\getSchemaVersion
getSchemaVersion()
Definition:
class.ilXmlImporter.php:77
ilImportMapping
Import mapping.
Definition:
class.ilImportMapping.php:25
ilSessionImporter\init
init()
Definition:
class.ilSessionImporter.php:32
ilDataSetImportParser
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilDataSetImportParser.php:24
ilSessionDataSet
Session data set class.
Definition:
class.ilSessionDataSet.php:28
ilImportMapping\getTargetId
getTargetId()
Definition:
class.ilImportMapping.php:67
ilSessionImporter
Importer class for sessions.
Definition:
class.ilSessionImporter.php:28
ilXmlImporter
Xml importer class.
Definition:
class.ilXmlImporter.php:25
components
ILIAS
Session
classes
class.ilSessionImporter.php
Generated on Sun Apr 13 2025 23:03:40 for ILIAS by
1.8.13 (using
Doxyfile
)