ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
f
g
h
i
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
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilQTIPresentationMaterial.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2014 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
require_once
'Services/QTI/interfaces/interface.ilQTIFlowMatAware.php'
;
5
10
class
ilQTIPresentationMaterial
implements
ilQTIFlowMatAware
11
{
15
protected
$flow_mat
= array();
16
20
public
function
addFlowMat
(
ilQTIFlowMat
$flow_mat
)
21
{
22
$this->flow_mat[] =
$flow_mat
;
23
}
24
28
public
function
getFlowMat
(
$index
)
29
{
30
if
(isset($this->flow_mat[
$index
])) {
31
return
$this->flow_mat[
$index
];
32
}
33
34
return
null;
35
}
36
}
ilQTIPresentationMaterial
Class ilQTIPresentationMaterial.
Definition:
class.ilQTIPresentationMaterial.php:10
ilQTIFlowMatAware
Interface ilQTIMaterialAware.
Definition:
interface.ilQTIFlowMatAware.php:8
ilQTIFlowMat
Definition:
class.ilQTIFlowMat.php:34
ilQTIPresentationMaterial\addFlowMat
addFlowMat(ilQTIFlowMat $flow_mat)
{}
Definition:
class.ilQTIPresentationMaterial.php:20
ilQTIPresentationMaterial\getFlowMat
getFlowMat($index)
{int ilQTIFlowMat|null}
Definition:
class.ilQTIPresentationMaterial.php:28
$index
$index
Definition:
metadata.php:128
ilQTIPresentationMaterial\$flow_mat
$flow_mat
Definition:
class.ilQTIPresentationMaterial.php:15
Services
QTI
classes
class.ilQTIPresentationMaterial.php
Generated on Mon Apr 14 2025 20:01:20 for ILIAS by
1.8.13 (using
Doxyfile
)