ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
PhpIncludeInspection More...
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 () | |
Protected Attributes | |
$name | |
Private Attributes | |
$context | |
$include_file = '' | |
$class_and_method_name = '' | |
$parameters | |
$outputs | |
PhpIncludeInspection
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 203 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 219 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 | ) |
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 211 of file class.ilStaticMethodCallActivity.php.
References $name.
ilStaticMethodCallActivity::setOutputs | ( | $outputs | ) |
array | $outputs |
Definition at line 138 of file class.ilStaticMethodCallActivity.php.
References $include_file, $name, $outputs, $params, array, and ilActivity\execute().
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 $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(), and setOutputs().
|
protected |
Definition at line 43 of file class.ilStaticMethodCallActivity.php.
Referenced by getName(), setClassAndMethodName(), setName(), and setOutputs().
|
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().