IEventSource Interface Reference
[Interfaces]
Something issuing events. More...
Inheritance diagram for IEventSource:
Public Member Functions |
|
| invoke_event ($event_name, $event_params, &$result) | |
| Triggers events. |
|
| invoke_event_no_result ($event_name, $event_params) | |
| Invokes an event without result. |
|
Detailed Description
Something issuing events.
Definition at line 8 of file ieventsource.cls.php.
Member Function Documentation
| IEventSource::invoke_event | ( | $ | event_name, | |
| $ | event_params, | |||
| &$ | result | |||
| ) |
Triggers events.
Events can be anything, and they are invoked through the router One event is "cron", it has no parameters
- Parameters:
-
string Event name mixed Event parameter(s)
- Returns:
- Status
Implemented in EventSource.
| IEventSource::invoke_event_no_result | ( | $ | event_name, | |
| $ | event_params | |||
| ) |
Invokes an event without result.
- Parameters:
-
string $event_name mixed $event_params
- Returns:
- status
Implemented in EventSource.
The documentation for this interface was generated from the following file:
- gyro/core/lib/interfaces/ieventsource.cls.php
