ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
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.ilLSLP.php
Go to the documentation of this file.
1
<?php
2
21
declare(strict_types=1);
22
29
class
ilLSLP
extends
ilObjectLP
30
{
31
public
static
function
getDefaultModes
($a_lp_active)
32
{
33
if
(!$a_lp_active) {
34
return
[
35
ilLPObjSettings::LP_MODE_DEACTIVATED
,
36
];
37
}
38
return
[
39
ilLPObjSettings::LP_MODE_DEACTIVATED
,
40
ilLPObjSettings::LP_MODE_COLLECTION
41
];
42
}
43
44
public
function
getDefaultMode
()
45
{
46
return
ilLPObjSettings::LP_MODE_DEACTIVATED
;
47
}
48
49
public
function
getValidModes
()
50
{
51
return
array(
52
ilLPObjSettings::LP_MODE_DEACTIVATED
,
53
ilLPObjSettings::LP_MODE_COLLECTION
54
);
55
}
56
}
ilObjectLP
Definition:
class.ilObjectLP.php:14
ilLPObjSettings\LP_MODE_COLLECTION
const LP_MODE_COLLECTION
Definition:
class.ilLPObjSettings.php:30
ilLSLP\getValidModes
getValidModes()
Definition:
class.ilLSLP.php:49
ilLSLP
5ae4bd192a1...
Definition:
class.ilLSLP.php:29
ilLSLP\getDefaultModes
static getDefaultModes($a_lp_active)
Definition:
class.ilLSLP.php:31
ilLSLP\getDefaultMode
getDefaultMode()
Definition:
class.ilLSLP.php:44
ilLPObjSettings\LP_MODE_DEACTIVATED
const LP_MODE_DEACTIVATED
Definition:
class.ilLPObjSettings.php:25
Modules
LearningSequence
classes
LearnerProgress
class.ilLSLP.php
Generated on Thu Apr 3 2025 21:00:56 for ILIAS by
1.8.13 (using
Doxyfile
)