ILIAS
release_8 Revision v8.19
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
j
l
m
p
s
t
u
+
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
Ö
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilWikiImporter.php
Go to the documentation of this file.
1
<?php
2
24
class
ilWikiImporter
extends
ilXmlImporter
25
{
26
protected
ilWikiDataSet
$ds
;
27
28
public
function
init
(): void
29
{
30
$this->ds =
new
ilWikiDataSet
();
31
$this->ds->setDSPrefix(
"ds"
);
32
}
33
34
public
function
importXmlRepresentation
(
35
string
$a_entity,
36
string
$a_id,
37
string
$a_xml,
38
ilImportMapping
$a_mapping
39
): void {
40
$parser =
new
ilDataSetImportParser
(
41
$a_entity,
42
$this->
getSchemaVersion
(),
43
$a_xml,
44
$this->ds,
45
$a_mapping
46
);
47
}
48
49
public
function
finalProcessing
(
50
ilImportMapping
$a_mapping
51
): void {
52
$wpg_map = $a_mapping->
getMappingsOfEntity
(
"Modules/Wiki"
,
"wpg"
);
53
54
foreach
($wpg_map as $wpg_id) {
55
$wiki_id =
ilWikiPage::lookupWikiId
($wpg_id);
56
ilWikiPage::_writeParentId
(
"wpg"
, $wpg_id, $wiki_id);
57
}
58
}
59
}
ilXmlImporter\getSchemaVersion
getSchemaVersion()
Definition:
class.ilXmlImporter.php:77
ilImportMapping
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilImportMapping.php:25
ilWikiImporter\$ds
ilWikiDataSet $ds
Definition:
class.ilWikiImporter.php:26
ilPageObject\_writeParentId
static _writeParentId(string $a_parent_type, int $a_pg_id, int $a_par_id)
Definition:
class.ilPageObject.php:663
ilWikiPage\lookupWikiId
static lookupWikiId(int $a_page_id)
Definition:
class.ilWikiPage.php:387
ilDataSetImportParser
Manifest parser for ILIAS standard export files.
Definition:
class.ilDataSetImportParser.php:21
ilWikiImporter
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilWikiImporter.php:24
ilWikiImporter\init
init()
Definition:
class.ilWikiImporter.php:28
ilImportMapping\getMappingsOfEntity
getMappingsOfEntity(string $a_comp, string $a_entity)
Definition:
class.ilImportMapping.php:104
ilWikiDataSet
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilWikiDataSet.php:28
ilWikiImporter\importXmlRepresentation
importXmlRepresentation(string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping)
Definition:
class.ilWikiImporter.php:34
ilWikiImporter\finalProcessing
finalProcessing(ilImportMapping $a_mapping)
Definition:
class.ilWikiImporter.php:49
ilXmlImporter
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilXmlImporter.php:25
Modules
Wiki
classes
class.ilWikiImporter.php
Generated on Fri Apr 4 2025 22:02:05 for ILIAS by
1.8.13 (using
Doxyfile
)