ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ 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
x
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
k
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.ilCategoryReferenceImporter.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
include_once(
"./Services/Export/classes/class.ilXmlImporter.php"
);
5
include_once
'./Services/ContainerReference/classes/class.ilContainerReferenceImporter.php'
;
6
7
17
class
ilCategoryReferenceImporter
extends
ilContainerReferenceImporter
18
{
19
23
protected
function
getType
()
24
{
25
return
'catr'
;
26
}
27
31
protected
function
initParser
($a_xml)
32
{
33
include_once
'./Modules/CategoryReference/classes/class.ilCategoryReferenceXmlParser.php'
;
34
return
new
ilCategoryReferenceXmlParser
($a_xml);
35
}
36
}
37
?>
ilCategoryReferenceXmlParser
Category reference xml parser.
Definition:
class.ilCategoryReferenceXmlParser.php:36
ilCategoryReferenceImporter\initParser
initParser($a_xml)
Init xml parser.
Definition:
class.ilCategoryReferenceImporter.php:31
ilCategoryReferenceImporter
folder xml importer
Definition:
class.ilCategoryReferenceImporter.php:17
ilCategoryReferenceImporter\getType
getType()
Get reference type.
Definition:
class.ilCategoryReferenceImporter.php:23
ilContainerReferenceImporter
folder xml importer
Definition:
class.ilContainerReferenceImporter.php:15
Modules
CategoryReference
classes
class.ilCategoryReferenceImporter.php
Generated on Mon Mar 31 2025 19:00:34 for ILIAS by
1.8.13 (using
Doxyfile
)