ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
PhpIncludeInspection More...
Public Member Functions | |
__construct (ilNode $context) | |
Default constructor. More... | |
getContext () | |
Returns the parent object. More... | |
__destruct () | |
Destructor. More... | |
setName ($name) | |
getName () | |
Public Member Functions inherited from ilActivity | |
execute () | |
Protected Attributes | |
$name | |
Private Attributes | |
$context | |
PhpIncludeInspection
PhpIncludeInspection PhpIncludeInspection Workflow Node of the petri net based workflow engine.
This activity stops a running workflow. This activity is used to abort a workflow, even if there are open nodes. This reduces complexity, since the threads do not need to cross communicate and conditionally merge in order to be able to finish the instances. Use with caution.
/
Definition at line 24 of file class.ilStopWorkflowActivity.php.
ilStopWorkflowActivity::__construct | ( | ilNode | $context | ) |
Default constructor.
ilNode | $context |
Definition at line 41 of file class.ilStopWorkflowActivity.php.
References $context.
ilStopWorkflowActivity::__destruct | ( | ) |
Destructor.
Definition at line 74 of file class.ilStopWorkflowActivity.php.
ilStopWorkflowActivity::getContext | ( | ) |
Returns the parent object.
Type is ilNode, implements ilWorkflowEngineElement
Implements ilWorkflowEngineElement.
Definition at line 51 of file class.ilStopWorkflowActivity.php.
References $context, and ilActivity\execute().
ilStopWorkflowActivity::getName | ( | ) |
Implements ilWorkflowEngineElement.
Definition at line 90 of file class.ilStopWorkflowActivity.php.
References $name.
ilStopWorkflowActivity::setName | ( | $name | ) |
string | $name |
Implements ilWorkflowEngineElement.
Definition at line 82 of file class.ilStopWorkflowActivity.php.
References $name.
|
private |
Definition at line 31 of file class.ilStopWorkflowActivity.php.
Referenced by __construct(), and getContext().
|
protected |
Definition at line 34 of file class.ilStopWorkflowActivity.php.