|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
@noinspection PhpIncludeInspection More...
Inheritance diagram for ilScriptActivity:
Collaboration diagram for ilScriptActivity:Public Member Functions | |
| __construct (ilNode $context) | |
| Default constructor. More... | |
| setMethod ($value) | |
| getScript () | |
| Returns the value of the setting to be set. More... | |
| execute () | |
| Executes this action according to its settings. More... | |
| getContext () | |
| Returns a reference to the parent node. More... | |
| setName ($name) | |
| getName () | |
| execute () | |
| getContext () | |
| This method returns the context of the element. More... | |
| setName ($name) | |
| getName () | |
Protected Attributes | |
| $name | |
Private Attributes | |
| $context | |
| $method = '' | |
@noinspection PhpIncludeInspection
@noinspection PhpIncludeInspection Class ilScriptActivity
/
Definition at line 17 of file class.ilScriptActivity.php.
| ilScriptActivity::__construct | ( | ilNode | $context | ) |
Default constructor.
| ilNode | $context |
Definition at line 33 of file class.ilScriptActivity.php.
References $context.
| ilScriptActivity::execute | ( | ) |
Executes this action according to its settings.
Implements ilActivity.
Definition at line 63 of file class.ilScriptActivity.php.
| ilScriptActivity::getContext | ( | ) |
Returns a reference to the parent node.
Implements ilWorkflowEngineElement.
Definition at line 77 of file class.ilScriptActivity.php.
References $context.
| ilScriptActivity::getName | ( | ) |
Implements ilWorkflowEngineElement.
Definition at line 93 of file class.ilScriptActivity.php.
References $name.
| ilScriptActivity::getScript | ( | ) |
Returns the value of the setting to be set.
Definition at line 53 of file class.ilScriptActivity.php.
References $method.
| ilScriptActivity::setMethod | ( | $value | ) |
| string | $value |
Definition at line 41 of file class.ilScriptActivity.php.
| ilScriptActivity::setName | ( | $name | ) |
| string | $name |
Implements ilWorkflowEngineElement.
Definition at line 85 of file class.ilScriptActivity.php.
References $name.
|
private |
Definition at line 20 of file class.ilScriptActivity.php.
Referenced by __construct(), and getContext().
|
private |
Definition at line 23 of file class.ilScriptActivity.php.
Referenced by execute(), and getScript().
|
protected |
Definition at line 26 of file class.ilScriptActivity.php.