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.ilComplexGatewayPlugin.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/Component/classes/class.ilPlugin.php'
;
6
15
abstract
class
ilComplexGatewayPlugin
extends
ilPlugin
16
{
22
final
public
function
getComponentType
()
23
{
24
return
IL_COMP_SERVICE
;
25
}
26
32
final
public
function
getComponentName
()
33
{
34
return
'WorkflowEngine'
;
35
}
36
42
final
public
function
getSlot
()
43
{
44
return
'ComplexGateway'
;
45
}
46
52
final
public
function
getSlotId
()
53
{
54
return
"wfecg"
;
55
}
56
60
final
protected
function
slotInit
()
61
{
62
}
63
73
abstract
public
function
evaluate
(
ilNode
$context
);
74
}
$context
$context
Definition:
webdav.php:26
ilComplexGatewayPlugin\getSlot
getSlot()
Get Slot Name.
Definition:
class.ilComplexGatewayPlugin.php:42
ilComplexGatewayPlugin\getComponentType
getComponentType()
Get Component Type.
Definition:
class.ilComplexGatewayPlugin.php:22
ilComplexGatewayPlugin\slotInit
slotInit()
Object initialization done by slot.
Definition:
class.ilComplexGatewayPlugin.php:60
ilNode
PhpIncludeInspection
Definition:
ilNode.php:25
ilComplexGatewayPlugin
PhpIncludeInspection
Definition:
class.ilComplexGatewayPlugin.php:15
ilComplexGatewayPlugin\getSlotId
getSlotId()
Get Slot ID.
Definition:
class.ilComplexGatewayPlugin.php:52
ilComplexGatewayPlugin\evaluate
evaluate(ilNode $context)
This method is called by the workflow engine during the transition attempt.
ilComplexGatewayPlugin\getComponentName
getComponentName()
Get Component Name.
Definition:
class.ilComplexGatewayPlugin.php:32
ilPlugin
IL_COMP_SERVICE
const IL_COMP_SERVICE
Definition:
class.ilComponent.php:6
Services
WorkflowEngine
classes
class.ilComplexGatewayPlugin.php
Generated on Thu Apr 3 2025 20:01:18 for ILIAS by
1.8.13 (using
Doxyfile
)