ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
+
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
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
j
k
l
m
n
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
Typedefs
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Modules
Pages
parser.php
Go to the documentation of this file.
1
<?
php
2
3
require_once(
"SeqTreeBuilder.php"
);
4
5
$builder
=
new
SeqTreeBuilder
();
6
$ret
=
$builder
->buildNodeSeqTree(
"imsmanifest.xml"
);
7
echo
json_encode(
$ret
);
8
?>
SeqTreeBuilder
Definition:
SeqTreeBuilder.php:67
echo
$ret
$ret
Definition:
parser.php:6
php
$builder
$builder
Definition:
parser.php:5
Modules
Scorm2004
classes
adlparser
parser.php
Generated on Fri Apr 11 2025 19:01:04 for ILIAS by
1.8.13 (using
Doxyfile
)