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.ilModulesGroupExtractor.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3
5
require_once
'./Services/WorkflowEngine/classes/extractors/class.ilBaseExtractor.php'
;
6
14
class
ilModulesGroupExtractor
extends
ilBaseExtractor
15
{
22
public
function
extract
($event, $parameters)
23
{
24
$this->
ilExtractedParams
->
setSubjectType
(
'group'
);
25
26
switch
($event) {
27
case
'addParticipant'
:
28
case
'deleteParticipant'
:
29
case
'addSubscriber'
:
30
case
'addToWaitingList'
:
31
$this->
extractWithUser
($parameters);
32
break
;
33
case
'create'
:
34
case
'update'
:
35
case
'delete'
:
36
$this->
extractWithoutUser
($parameters);
37
}
38
39
return
$this->ilExtractedParams
;
40
}
41
}
ilBaseExtractor\extractWithoutUser
extractWithoutUser($parameters)
Definition:
class.ilBaseExtractor.php:50
ilBaseExtractor\$ilExtractedParams
$ilExtractedParams
Definition:
class.ilBaseExtractor.php:17
ilModulesGroupExtractor
PhpIncludeInspection
Definition:
class.ilModulesGroupExtractor.php:14
ilExtractedParams
Class ilExtractedParams.
Definition:
class.ilExtractedParams.php:11
ilBaseExtractor\extractWithUser
extractWithUser($parameters)
Definition:
class.ilBaseExtractor.php:40
ilModulesGroupExtractor\extract
extract($event, $parameters)
Definition:
class.ilModulesGroupExtractor.php:22
ilBaseExtractor
PhpIncludeInspection
Definition:
class.ilBaseExtractor.php:14
ilExtractedParams\setSubjectType
setSubjectType($subject_type)
Definition:
class.ilExtractedParams.php:36
Services
WorkflowEngine
classes
extractors
class.ilModulesGroupExtractor.php
Generated on Wed Apr 2 2025 20:01:24 for ILIAS by
1.8.13 (using
Doxyfile
)