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.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
{
32
return
$this->flow_mat[$index];
33
}
34
35
return
null;
36
}
37
}
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
ilQTIPresentationMaterial\$flow_mat
$flow_mat
Definition:
class.ilQTIPresentationMaterial.php:15
Services
QTI
classes
class.ilQTIPresentationMaterial.php
Generated on Mon Apr 7 2025 19:00:56 for ILIAS by
1.8.13 (using
Doxyfile
)