ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
SeqObjectiveMap.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
SeqObjectiveMap
22
{
23
public
?
string
$mGlobalObjID
=
null
;
24
25
public
bool
$mReadStatus
=
true
;
26
27
public
bool
$mReadMeasure
=
true
;
28
29
public
bool
$mReadRawScore
=
true
;
30
31
public
bool
$mReadMinScore
=
true
;
32
33
public
bool
$mReadMaxScore
=
true
;
34
35
public
bool
$mReadCompletionStatus
=
true
;
36
37
public
bool
$mReadProgressMeasure
=
true
;
38
39
public
bool
$mWriteStatus
=
false
;
40
41
public
bool
$mWriteMeasure
=
false
;
42
43
public
bool
$mWriteRawScore
=
false
;
44
45
public
bool
$mWriteMinScore
=
false
;
46
47
public
bool
$mWriteMaxScore
=
false
;
48
49
public
bool
$mWriteCompletionStatus
=
false
;
50
51
public
bool
$mWriteProgressMeasure
=
false
;
52
53
public
function
__construct
()
54
{
55
}
56
}
SeqObjectiveMap\$mReadCompletionStatus
bool $mReadCompletionStatus
Definition:
SeqObjectiveMap.php:35
SeqObjectiveMap\$mWriteCompletionStatus
bool $mWriteCompletionStatus
Definition:
SeqObjectiveMap.php:49
SeqObjectiveMap\$mWriteRawScore
bool $mWriteRawScore
Definition:
SeqObjectiveMap.php:43
SeqObjectiveMap
Definition:
SeqObjectiveMap.php:21
SeqObjectiveMap\$mReadProgressMeasure
bool $mReadProgressMeasure
Definition:
SeqObjectiveMap.php:37
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:142
SeqObjectiveMap\$mReadRawScore
bool $mReadRawScore
Definition:
SeqObjectiveMap.php:29
SeqObjectiveMap\$mReadMaxScore
bool $mReadMaxScore
Definition:
SeqObjectiveMap.php:33
SeqObjectiveMap\$mReadStatus
bool $mReadStatus
Definition:
SeqObjectiveMap.php:25
SeqObjectiveMap\$mWriteStatus
bool $mWriteStatus
Definition:
SeqObjectiveMap.php:39
SeqObjectiveMap\$mReadMeasure
bool $mReadMeasure
Definition:
SeqObjectiveMap.php:27
SeqObjectiveMap\$mWriteMeasure
bool $mWriteMeasure
Definition:
SeqObjectiveMap.php:41
SeqObjectiveMap\$mReadMinScore
bool $mReadMinScore
Definition:
SeqObjectiveMap.php:31
SeqObjectiveMap\$mWriteMinScore
bool $mWriteMinScore
Definition:
SeqObjectiveMap.php:45
SeqObjectiveMap\$mWriteProgressMeasure
bool $mWriteProgressMeasure
Definition:
SeqObjectiveMap.php:51
SeqObjectiveMap\__construct
__construct()
Definition:
SeqObjectiveMap.php:53
SeqObjectiveMap\$mGlobalObjID
string $mGlobalObjID
Definition:
SeqObjectiveMap.php:23
SeqObjectiveMap\$mWriteMaxScore
bool $mWriteMaxScore
Definition:
SeqObjectiveMap.php:47
components
ILIAS
Scorm2004
classes
adlparser
SeqObjectiveMap.php
Generated on Wed Apr 2 2025 23:03:30 for ILIAS by
1.8.13 (using
Doxyfile
)