5require_once
'./Services/WorkflowEngine/interfaces/ilEmitter.php';
7require_once
'./Services/WorkflowEngine/interfaces/ilDetector.php';
9require_once
'./Services/WorkflowEngine/interfaces/ilNode.php';
11require_once
'./Services/WorkflowEngine/interfaces/ilWorkflowEngineElement.php';
88 $this->target_detector->trigger(array());
An exception for terminatinating execution or to throw for unit testing.
@noinspection PhpIncludeInspection
getContext()
Returns a reference to the parent node of this emitter.
setTargetDetector(ilDetector $target_detector)
Sets the target detector for this emitter.
__construct(ilNode $context)
Default constructor.
getTargetDetector()
Gets the currently set target detector of this emitter.
emit()
Executes this emitter.
ilDetector Interface is part of the petri net based workflow engine.
ilEmitter Interface is part of the petri net based workflow engine.
@noinspection PhpIncludeInspection
ilWorkflowEngineElement Interface is part of the petri net based workflow engine.