Dispatcher

Package:
Dispatcher
Summary:
Dispatch events to registered handler classes
Groups:
Language, PHP 5
Author:
Przemek Czekaj
Description:
This class cam be used dispatch events to registered handler classes.

It can register a class to handle events with a given name.

When an event occurs, the class can dispatch it by creating and calling an object of the registered handler class.

This class may also retrieve the response of event dispatching call returned by the handler class.


Powered by Gewgley