5 require_once
'./Services/WorkflowEngine/interfaces/ilEmitter.php';
7 require_once
'./Services/WorkflowEngine/interfaces/ilDetector.php';
9 require_once
'./Services/WorkflowEngine/interfaces/ilNode.php';
11 require_once
'./Services/WorkflowEngine/interfaces/ilWorkflowEngineElement.php';
88 $this->target_detector->trigger(
array());
ilWorkflowEngineElement Interface is part of the petri net based workflow engine. ...
setTargetDetector(ilDetector $target_detector)
Sets the target detector for this emitter.
emit()
Executes this emitter.
getTargetDetector()
Gets the currently set target detector of this emitter.
__construct(ilNode $context)
Default constructor.
Create styles array
The data for the language used.
getContext()
Returns a reference to the parent node of this emitter.
ilDetector Interface is part of the petri net based workflow engine.
ilEmitter Interface is part of the petri net based workflow engine.