ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
PhpIncludeInspection More...
Public Member Functions | |
addFixedParam ($key, $value) | |
getEventName () | |
setEventName ($event_name) | |
getEventType () | |
setEventType ($event_type) | |
__construct (ilNode $a_context) | |
Default constructor. More... | |
getParamsArray () | |
getContext () | |
Returns a reference to the parent node. More... | |
setName ($name) | |
getName () | |
Public Member Functions inherited from ilActivity | |
execute () | |
Protected Attributes | |
$event_type | |
$event_name | |
$fixed_params | |
$name | |
Private Attributes | |
$context | |
PhpIncludeInspection
PhpIncludeInspection Class ilEventRaisingActivity
/
Definition at line 17 of file class.ilEventRaisingActivity.php.
ilEventRaisingActivity::__construct | ( | ilNode | $a_context | ) |
Default constructor.
ilNode | $a_context |
Definition at line 80 of file class.ilEventRaisingActivity.php.
References $DIC, ilActivity\execute(), and getParamsArray().
ilEventRaisingActivity::addFixedParam | ( | $key, | |
$value | |||
) |
string | $key | |
mixed | $value |
Definition at line 38 of file class.ilEventRaisingActivity.php.
References $key.
ilEventRaisingActivity::getContext | ( | ) |
Returns a reference to the parent node.
Implements ilWorkflowEngineElement.
Definition at line 125 of file class.ilEventRaisingActivity.php.
References $context.
ilEventRaisingActivity::getEventName | ( | ) |
Definition at line 46 of file class.ilEventRaisingActivity.php.
References $event_name.
ilEventRaisingActivity::getEventType | ( | ) |
Definition at line 62 of file class.ilEventRaisingActivity.php.
References $event_type.
ilEventRaisingActivity::getName | ( | ) |
Implements ilWorkflowEngineElement.
Definition at line 141 of file class.ilEventRaisingActivity.php.
References $name.
ilEventRaisingActivity::getParamsArray | ( | ) |
Definition at line 110 of file class.ilEventRaisingActivity.php.
References PHPMailer\PHPMailer\$params.
Referenced by __construct().
ilEventRaisingActivity::setEventName | ( | $event_name | ) |
string | $event_name |
Definition at line 54 of file class.ilEventRaisingActivity.php.
References $event_name.
ilEventRaisingActivity::setEventType | ( | $event_type | ) |
string | $event_type |
Definition at line 70 of file class.ilEventRaisingActivity.php.
References $event_type.
ilEventRaisingActivity::setName | ( | $name | ) |
string | $name |
Implements ilWorkflowEngineElement.
Definition at line 133 of file class.ilEventRaisingActivity.php.
References $name.
|
private |
Definition at line 20 of file class.ilEventRaisingActivity.php.
Referenced by getContext().
|
protected |
Definition at line 26 of file class.ilEventRaisingActivity.php.
Referenced by getEventName(), and setEventName().
|
protected |
Definition at line 23 of file class.ilEventRaisingActivity.php.
Referenced by getEventType(), and setEventType().
|
protected |
Definition at line 29 of file class.ilEventRaisingActivity.php.
|
protected |
Definition at line 32 of file class.ilEventRaisingActivity.php.