ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
+
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
g
h
i
j
k
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
Typedefs
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Modules
Pages
class.ilServicesRepositoryExtractor.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
ilServicesRepositoryExtractor
extends
ilBaseExtractor
15
{
22
public
function
extract
($event, $parameters)
23
{
24
$this->
ilExtractedParams
->
setSubjectType
(
'repository'
);
25
26
switch
($event)
27
{
28
case
'toTrash'
:
29
case
'delete'
:
30
case
'undelete'
:
31
$this->
extractWithoutUser
($parameters);
32
break
;
33
}
34
35
return
$this->ilExtractedParams
;
36
}
37
}
ilBaseExtractor\extractWithoutUser
extractWithoutUser($parameters)
Definition:
class.ilBaseExtractor.php:50
ilBaseExtractor\$ilExtractedParams
$ilExtractedParams
Definition:
class.ilBaseExtractor.php:17
ilExtractedParams
Class ilExtractedParams.
Definition:
class.ilExtractedParams.php:11
ilServicesRepositoryExtractor\extract
extract($event, $parameters)
Definition:
class.ilServicesRepositoryExtractor.php:22
ilBaseExtractor
PhpIncludeInspection
Definition:
class.ilBaseExtractor.php:14
php
ilServicesRepositoryExtractor
PhpIncludeInspection
Definition:
class.ilServicesRepositoryExtractor.php:14
ilExtractedParams\setSubjectType
setSubjectType($subject_type)
Definition:
class.ilExtractedParams.php:36
Services
WorkflowEngine
classes
extractors
class.ilServicesRepositoryExtractor.php
Generated on Fri Feb 28 2025 19:02:50 for ILIAS by
1.8.13 (using
Doxyfile
)