ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
◀ 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.ilPortfolioImporter.php
Go to the documentation of this file.
1
<?php
2
24
class
ilPortfolioImporter
extends
ilXmlImporter
25
{
26
protected
ilPortfolioDataSet
$ds
;
27
28
public
function
init
(): void
29
{
30
$this->ds =
new
ilPortfolioDataSet
();
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
$this->ds->setImportDirectory($this->
getImportDirectory
());
41
$parser =
new
ilDataSetImportParser
(
42
$a_entity,
43
$this->
getSchemaVersion
(),
44
$a_xml,
45
$this->ds,
46
$a_mapping
47
);
48
}
49
50
public
function
finalProcessing
(
51
ilImportMapping
$a_mapping
52
): void {
53
$prttpg_map = $a_mapping->
getMappingsOfEntity
(
"components/ILIAS/COPage"
,
"pg"
);
54
foreach
($prttpg_map as $prttpg_id) {
55
$prttpg_id = (
int
) substr($prttpg_id, 5);
56
$prtt_id =
ilPortfolioTemplatePage::findPortfolioForPage
($prttpg_id);
57
ilPortfolioTemplatePage::_writeParentId
(
"prtt"
, $prttpg_id, $prtt_id);
58
}
59
}
60
}
ilXmlImporter\getSchemaVersion
getSchemaVersion()
Definition:
class.ilXmlImporter.php:77
ilImportMapping
Import mapping.
Definition:
class.ilImportMapping.php:25
ilPortfolioImporter\init
init()
Definition:
class.ilPortfolioImporter.php:28
ilXmlImporter\getImportDirectory
getImportDirectory()
Definition:
class.ilXmlImporter.php:87
ilPageObject\_writeParentId
static _writeParentId(string $a_parent_type, int $a_pg_id, int $a_par_id)
Definition:
class.ilPageObject.php:663
ilPortfolioDataSet
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilPortfolioDataSet.php:30
ilPortfolioImporter\importXmlRepresentation
importXmlRepresentation(string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping)
Definition:
class.ilPortfolioImporter.php:34
ilDataSetImportParser
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilDataSetImportParser.php:24
ilImportMapping\getMappingsOfEntity
getMappingsOfEntity(string $a_comp, string $a_entity)
Definition:
class.ilImportMapping.php:104
ilPortfolioImporter
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilPortfolioImporter.php:24
ilPortfolioPage\findPortfolioForPage
static findPortfolioForPage(int $a_page_id)
Get portfolio id of page id.
Definition:
class.ilPortfolioPage.php:271
ilPortfolioImporter\finalProcessing
finalProcessing(ilImportMapping $a_mapping)
Definition:
class.ilPortfolioImporter.php:50
ilPortfolioImporter\$ds
ilPortfolioDataSet $ds
Definition:
class.ilPortfolioImporter.php:26
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ilXmlImporter
Xml importer class.
Definition:
class.ilXmlImporter.php:25
components
ILIAS
Portfolio
Export
class.ilPortfolioImporter.php
Generated on Wed Apr 2 2025 23:03:23 for ILIAS by
1.8.13 (using
Doxyfile
)