ILIAS
release_4-4 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
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
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Files
File List
+
Globals
+
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
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilMetaDataImporter.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
include_once(
"./Services/Export/classes/class.ilXmlImporter.php"
);
5
13
class
ilMetaDataImporter
extends
ilXmlImporter
14
{
21
function
importXmlRepresentation
($a_entity, $a_schema_version, $a_id, $a_xml, $a_mapping)
22
{
23
var_dump($a_xml);
24
25
26
}
27
28
}
29
30
?>
ilMetaDataImporter\importXmlRepresentation
importXmlRepresentation($a_entity, $a_schema_version, $a_id, $a_xml, $a_mapping)
Import XML.
Definition:
class.ilMetaDataImporter.php:21
ilMetaDataImporter
Importer class for meta data.
Definition:
class.ilMetaDataImporter.php:13
ilXmlImporter
Xml importer class.
Definition:
class.ilXmlImporter.php:11
Modules
File
classes
class.ilMetaDataImporter.php
Generated on Mon Dec 21 2020 19:01:01 for ILIAS by
1.8.13 (using
Doxyfile
)