ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
PhpIncludeInspection More...
Public Member Functions | |
__construct (ilNode $context) | |
Default constructor. More... | |
setTargetDetector (ilDetector $target_detector) | |
Sets the target detector for this emitter. More... | |
getTargetDetector () | |
Gets the currently set target detector of this emitter. More... | |
getContext () | |
Returns a reference to the parent node of this emitter. More... | |
emit () | |
Executes this emitter. More... | |
setName ($name) | |
getName () | |
Protected Attributes | |
$name | |
Private Attributes | |
$target_detector | |
$context | |
PhpIncludeInspection
PhpIncludeInspection PhpIncludeInspection PhpIncludeInspection ilSimpleEmitter is part of the petri net based workflow engine.
The simple emitter is the internal signals yeoman, doing nothing but triggering the designated simple detector.
/
Definition at line 24 of file class.ilSimpleEmitter.php.
ilSimpleEmitter::__construct | ( | ilNode | $context | ) |
Default constructor.
ilNode | $context | Reference to the parent node. |
Definition at line 48 of file class.ilSimpleEmitter.php.
References $context.
ilSimpleEmitter::emit | ( | ) |
Executes this emitter.
Implements ilEmitter.
Definition at line 86 of file class.ilSimpleEmitter.php.
References array.
ilSimpleEmitter::getContext | ( | ) |
Returns a reference to the parent node of this emitter.
Implements ilWorkflowEngineElement.
Definition at line 78 of file class.ilSimpleEmitter.php.
References $context.
ilSimpleEmitter::getName | ( | ) |
Implements ilWorkflowEngineElement.
Definition at line 102 of file class.ilSimpleEmitter.php.
References $name.
ilSimpleEmitter::getTargetDetector | ( | ) |
Gets the currently set target detector of this emitter.
Definition at line 68 of file class.ilSimpleEmitter.php.
References $target_detector.
ilSimpleEmitter::setName | ( | $name | ) |
string | $name |
Implements ilWorkflowEngineElement.
Definition at line 94 of file class.ilSimpleEmitter.php.
References $name.
ilSimpleEmitter::setTargetDetector | ( | ilDetector | $target_detector | ) |
Sets the target detector for this emitter.
ilDetector | $target_detector |
Definition at line 58 of file class.ilSimpleEmitter.php.
References $target_detector.
|
private |
Definition at line 38 of file class.ilSimpleEmitter.php.
Referenced by __construct(), and getContext().
|
protected |
Definition at line 41 of file class.ilSimpleEmitter.php.
|
private |
Definition at line 31 of file class.ilSimpleEmitter.php.
Referenced by getTargetDetector(), and setTargetDetector().