IEventSink Interface Reference
[Interfaces]
Event sink interface. More...
Inheritance diagram for IEventSink:
Public Member Functions |
|
on_event ($event_name, $event_params, &$result) | |
Invoked to handle events. |
Detailed Description
Event sink interface.
Event sink are the targets of events, that actual process them
Definition at line 10 of file ieventsink.cls.php.
Member Function Documentation
IEventSink::on_event | ( | $ | event_name, | |
$ | event_params, | |||
&$ | result | |||
) |
Invoked to handle 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)
Implemented in ControllerBase, RouterBase, PhpinfoController, and StaticPagesController.
The documentation for this interface was generated from the following file:
- gyro/core/lib/interfaces/ieventsink.cls.php