ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
◀ 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
class.ilLSLP.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
24
class
ilLSLP
extends
ilObjectLP
25
{
26
public
static
function
getDefaultModes
(
bool
$a_lp_active): array
27
{
28
if
(!$a_lp_active) {
29
return
[
30
ilLPObjSettings::LP_MODE_DEACTIVATED
,
31
];
32
}
33
return
[
34
ilLPObjSettings::LP_MODE_DEACTIVATED
,
35
ilLPObjSettings::LP_MODE_COLLECTION
36
];
37
}
38
39
public
function
getDefaultMode
():
int
40
{
41
return
ilLPObjSettings::LP_MODE_DEACTIVATED
;
42
}
43
44
public
function
getValidModes
(): array
45
{
46
return
[
47
ilLPObjSettings::LP_MODE_DEACTIVATED
,
48
ilLPObjSettings::LP_MODE_COLLECTION
49
];
50
}
51
}
ilLPObjSettings\LP_MODE_COLLECTION
const LP_MODE_COLLECTION
Definition:
class.ilLPObjSettings.php:40
ilLSLP\getValidModes
getValidModes()
Definition:
class.ilLSLP.php:44
ilLSLP\getDefaultModes
static getDefaultModes(bool $a_lp_active)
Definition:
class.ilLSLP.php:26
ilLSLP
lp connector
Definition:
class.ilLSLP.php:24
ilLSLP\getDefaultMode
getDefaultMode()
Definition:
class.ilLSLP.php:39
ilLPObjSettings\LP_MODE_DEACTIVATED
const LP_MODE_DEACTIVATED
Definition:
class.ilLPObjSettings.php:35
ilObjectLP
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
LearningSequence
classes
LearnerProgress
class.ilLSLP.php
Generated on Sun Apr 13 2025 23:03:12 for ILIAS by
1.8.13 (using
Doxyfile
)