5require_once
'./Services/WorkflowEngine/interfaces/ilActivity.php';
7require_once
'./Services/WorkflowEngine/interfaces/ilNode.php';
68 $this->setting_name =
$name;
94 $this->setting_value = $value;
136 $ilSetting->set($this->setting_name, $this->setting_value);
An exception for terminatinating execution or to throw for unit testing.
@noinspection PhpIncludeInspection
getContext()
Returns a reference to the parent node.
__construct(ilNode $context)
Default constructor.
setSetting($name, $value)
Sets the setting name and value for this activity.
getSettingName()
Returns the name of the setting to be written to.
setSettingName($name)
Sets the name of the setting to be written to.
getSettingValue()
Returns the value of the setting to be set.
ilActivity Interface is part of the petri net based workflow engine.
@noinspection PhpIncludeInspection
ilWorkflowEngineElement Interface is part of the petri net based workflow engine.