|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
@noinspection PhpIncludeInspection More...
Inheritance diagram for ilStaticMethodCallActivity:
Collaboration diagram for ilStaticMethodCallActivity:Public Member Functions | |
| __construct (ilNode $context) | |
| Default constructor. More... | |
| setIncludeFilename ($filename) | |
| Sets the name of the file to be included prior to calling the method. More... | |
| getIncludeFilename () | |
| Returns the currently set filename of the classfile to be included. More... | |
| setClassAndMethodName ($name) | |
| getClassAndMethodName () | |
| Returns the currently set class- and methodname of the method to be called. More... | |
| setParameters ($params) | |
| Sets an array with params for the method. More... | |
| getParameters () | |
| Returns the currently set parameters to be passed to the method. More... | |
| getOutputs () | |
| setOutputs ($outputs) | |
| getContext () | |
| Returns a reference to the parent node. More... | |
| setName ($name) | |
| getName () | |
Public Member Functions inherited from ilActivity | |
| execute () | |
| getContext () | |
| This method returns the context of the element. More... | |
| setName ($name) | |
| getName () | |
Protected Attributes | |
| $name | |
Private Attributes | |
| $context | |
| $include_file = '' | |
| $class_and_method_name = '' | |
| $parameters | |
| $outputs | |
@noinspection PhpIncludeInspection
@noinspection PhpIncludeInspection Class ilStaticMethodCallActivity
This activity calls a given static method with a reference to itself as and a given array as parameters.
/
Definition at line 20 of file class.ilStaticMethodCallActivity.php.
| ilStaticMethodCallActivity::__construct | ( | ilNode | $context | ) |
Default constructor.
| ilNode | $context |
Definition at line 50 of file class.ilStaticMethodCallActivity.php.
References $context.
| ilStaticMethodCallActivity::getClassAndMethodName | ( | ) |
Returns the currently set class- and methodname of the method to be called.
Definition at line 99 of file class.ilStaticMethodCallActivity.php.
References $class_and_method_name.
| ilStaticMethodCallActivity::getContext | ( | ) |
Returns a reference to the parent node.
Implements ilWorkflowEngineElement.
Definition at line 195 of file class.ilStaticMethodCallActivity.php.
References $context.
| ilStaticMethodCallActivity::getIncludeFilename | ( | ) |
Returns the currently set filename of the classfile to be included.
Definition at line 74 of file class.ilStaticMethodCallActivity.php.
References $include_file.
| ilStaticMethodCallActivity::getName | ( | ) |
Implements ilWorkflowEngineElement.
Definition at line 211 of file class.ilStaticMethodCallActivity.php.
References $name.
| ilStaticMethodCallActivity::getOutputs | ( | ) |
Definition at line 130 of file class.ilStaticMethodCallActivity.php.
References $outputs.
| ilStaticMethodCallActivity::getParameters | ( | ) |
Returns the currently set parameters to be passed to the method.
Definition at line 122 of file class.ilStaticMethodCallActivity.php.
References $parameters.
| ilStaticMethodCallActivity::setClassAndMethodName | ( | $name | ) |
Definition at line 89 of file class.ilStaticMethodCallActivity.php.
References $name.
| ilStaticMethodCallActivity::setIncludeFilename | ( | $filename | ) |
Sets the name of the file to be included prior to calling the method.
| string | $filename | Name of the file to be included. |
Definition at line 64 of file class.ilStaticMethodCallActivity.php.
References $filename.
| ilStaticMethodCallActivity::setName | ( | $name | ) |
| string | $name |
Implements ilWorkflowEngineElement.
Definition at line 203 of file class.ilStaticMethodCallActivity.php.
References $name.
| ilStaticMethodCallActivity::setOutputs | ( | $outputs | ) |
| array | $outputs |
Definition at line 138 of file class.ilStaticMethodCallActivity.php.
References $outputs.
| ilStaticMethodCallActivity::setParameters | ( | $params | ) |
Sets an array with params for the method.
This will be set as second parameter.
| array | $params | Array with parameters. |
Definition at line 112 of file class.ilStaticMethodCallActivity.php.
References PHPMailer\PHPMailer\$params.
|
private |
Definition at line 34 of file class.ilStaticMethodCallActivity.php.
Referenced by getClassAndMethodName().
|
private |
Definition at line 23 of file class.ilStaticMethodCallActivity.php.
Referenced by __construct(), and getContext().
|
private |
Definition at line 26 of file class.ilStaticMethodCallActivity.php.
Referenced by getIncludeFilename().
|
protected |
Definition at line 43 of file class.ilStaticMethodCallActivity.php.
Referenced by getName(), setClassAndMethodName(), and setName().
|
private |
Definition at line 40 of file class.ilStaticMethodCallActivity.php.
Referenced by getOutputs(), and setOutputs().
|
private |
Definition at line 37 of file class.ilStaticMethodCallActivity.php.
Referenced by getParameters().