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.ilLSLP.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
10
class
ilLSLP
extends
ilObjectLP
11
{
12
public
static
function
getDefaultModes
($a_lp_active)
13
{
14
return
array(
15
ilLPObjSettings::LP_MODE_DEACTIVATED
16
);
17
}
18
19
public
function
getDefaultMode
()
20
{
21
return
ilLPObjSettings::LP_MODE_DEACTIVATED
;
22
}
23
24
public
function
getValidModes
()
25
{
26
return
array(
27
ilLPObjSettings::LP_MODE_DEACTIVATED
,
28
ilLPObjSettings::LP_MODE_COLLECTION
29
);
30
}
31
}
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:24
ilLSLP
lp connector
Definition:
class.ilLSLP.php:10
ilLSLP\getDefaultModes
static getDefaultModes($a_lp_active)
Definition:
class.ilLSLP.php:12
ilLSLP\getDefaultMode
getDefaultMode()
Definition:
class.ilLSLP.php:19
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 20:00:51 for ILIAS by
1.8.13 (using
Doxyfile
)