|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
@noinspection PhpIncludeInspection More...
Inheritance diagram for ilEventRaisingActivity:
Collaboration diagram for ilEventRaisingActivity: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 () | |
| getContext () | |
| This method returns the context of the element. More... | |
| setName ($name) | |
| getName () | |
Protected Attributes | |
| $event_type | |
| $event_name | |
| $fixed_params | |
| $name | |
Private Attributes | |
| $context | |
@noinspection PhpIncludeInspection
@noinspection 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.
| 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 $params.
| 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.