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
StartEvent_Blank_goldsample.php
Go to the documentation of this file.
1
<?php
2
require_once
'./Services/WorkflowEngine/classes/workflows/class.ilBaseWorkflow.php'
;
3
require_once
'./Services/WorkflowEngine/classes/nodes/class.ilBasicNode.php'
;
4
5
class
StartEvent_Blank
extends
ilBaseWorkflow
6
{
7
8
public
static
$startEventRequired
=
false
;
9
10
public
function
__construct
()
11
{
12
13
$_v_StartEvent_1 =
new
ilBasicNode
($this);
14
$this->
addNode
($_v_StartEvent_1);
15
$_v_StartEvent_1->setName(
'$_v_StartEvent_1'
);
16
17
$this->
setStartNode
($_v_StartEvent_1);
18
19
}
20
}
21
22
?>
ilBaseWorkflow
PhpIncludeInspection
Definition:
class.ilBaseWorkflow.php:21
ilBaseWorkflow\addNode
addNode(ilNode $node)
This method adds a node to the workflow.
Definition:
class.ilBaseWorkflow.php:355
ilBasicNode
PhpIncludeInspection
Definition:
class.ilBasicNode.php:15
StartEvent_Blank\__construct
__construct()
Definition:
StartEvent_Blank_goldsample.php:10
StartEvent_Blank
Definition:
StartEvent_Blank_goldsample.php:5
StartEvent_Blank\$startEventRequired
static $startEventRequired
Definition:
StartEvent_Blank_goldsample.php:8
ilBaseWorkflow\setStartNode
setStartNode(ilNode $node)
Sets the start node of the workflow.
Definition:
class.ilBaseWorkflow.php:345
Services
WorkflowEngine
test
parser
002_StartEvent
StartEvent_Blank_goldsample.php
Generated on Sun Apr 6 2025 20:01:35 for ILIAS by
1.8.13 (using
Doxyfile
)