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.ilGroupLP.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
include_once
"Services/Object/classes/class.ilObjectLP.php"
;
6
14
class
ilGroupLP
extends
ilObjectLP
15
{
16
public
function
getDefaultMode
()
17
{
18
return
ilLPObjSettings::LP_MODE_DEACTIVATED
;
19
}
20
21
public
function
getValidModes
()
22
{
23
return
array(
24
ilLPObjSettings::LP_MODE_DEACTIVATED
,
25
ilLPObjSettings::LP_MODE_MANUAL_BY_TUTOR
,
26
ilLPObjSettings::LP_MODE_COLLECTION
27
);
28
}
29
30
public
function
getMembers
($a_search =
true
)
31
{
32
include_once
'Modules/Group/classes/class.ilGroupParticipants.php'
;
33
$member_obj =
ilGroupParticipants::_getInstanceByObjId
($this->obj_id);
34
return
$member_obj->getMembers();
35
}
36
}
37
38
?>
ilObjectLP
Definition:
class.ilObjectLP.php:14
ilLPObjSettings\LP_MODE_MANUAL_BY_TUTOR
const LP_MODE_MANUAL_BY_TUTOR
Definition:
class.ilLPObjSettings.php:36
ilLPObjSettings\LP_MODE_COLLECTION
const LP_MODE_COLLECTION
Definition:
class.ilLPObjSettings.php:30
ilGroupParticipants\_getInstanceByObjId
static _getInstanceByObjId($a_obj_id)
Get singleton instance.
Definition:
class.ilGroupParticipants.php:63
ilGroupLP
Definition:
class.ilGroupLP.php:14
ilLPObjSettings\LP_MODE_DEACTIVATED
const LP_MODE_DEACTIVATED
Definition:
class.ilLPObjSettings.php:25
ilGroupLP\getMembers
getMembers($a_search=true)
Definition:
class.ilGroupLP.php:30
ilGroupLP\getValidModes
getValidModes()
Definition:
class.ilGroupLP.php:21
ilGroupLP\getDefaultMode
getDefaultMode()
Definition:
class.ilGroupLP.php:16
Modules
Group
classes
class.ilGroupLP.php
Generated on Mon Mar 31 2025 19:00:36 for ILIAS by
1.8.13 (using
Doxyfile
)