5 require_once
'./Services/WorkflowEngine/interfaces/ilActivity.php';
7 require_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);
ilWorkflowEngineElement Interface is part of the petri net based workflow engine. ...
getSettingValue()
Returns the value of the setting to be set.
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.
getContext()
Returns a reference to the parent node.
ilActivity Interface is part of the petri net based workflow engine.
__construct(ilNode $context)
Default constructor.