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.ilDataCollectionExporter.php
Go to the documentation of this file.
1
<?php
10
include_once (
"./Services/Export/classes/class.ilExport.php"
);
11
12
class
ilDataCollectionExporter
extends
ilXmlExporter
{
13
14
public
function
init
(){
15
}
16
17
public
function
getValidSchemaVersions
($entity){
18
return
array(
"0.0.0"
);
19
}
20
21
public
function
getXmlRepresentation
($entity, $schema_version, $id){
22
}
23
}
24
25
?>
ilDataCollectionExporter\getXmlRepresentation
getXmlRepresentation($entity, $schema_version, $id)
Definition:
class.ilDataCollectionExporter.php:21
ilXmlExporter
Xml Exporter class.
Definition:
class.ilXmlExporter.php:11
ilDataCollectionExporter
Created by JetBrains PhpStorm.
Definition:
class.ilDataCollectionExporter.php:12
ilDataCollectionExporter\init
init()
Definition:
class.ilDataCollectionExporter.php:14
ilDataCollectionExporter\getValidSchemaVersions
getValidSchemaVersions($entity)
Definition:
class.ilDataCollectionExporter.php:17
Modules
DataCollection
classes
class.ilDataCollectionExporter.php
Generated on Mon Dec 21 2020 19:01:00 for ILIAS by
1.8.13 (using
Doxyfile
)