5 require_once
'./Services/WorkflowEngine/interfaces/ilActivity.php';
7 require_once
'./Services/WorkflowEngine/interfaces/ilNode.php';
40 $this->fixed_params[] =
array(
'key' => $key,
'value' => $value);
82 $this->context = $a_context;
83 $this->event_type =
'Services/WorkflowEngine';
84 $this->event_name =
'nondescript';
98 $ilAppEventHandler = $DIC[
'ilAppEventHandler'];
100 $ilAppEventHandler->raise(
115 $params[] =
array(
'key' =>
'context',
'value' => $this);
addFixedParam($key, $value)
__construct(ilNode $a_context)
Default constructor.
ilWorkflowEngineElement Interface is part of the petri net based workflow engine. ...
getContext()
Returns a reference to the parent node.
setEventType($event_type)
Create styles array
The data for the language used.
setEventName($event_name)
ilActivity Interface is part of the petri net based workflow engine.