Class to handle dispatching of events.
This is the Observable part of the Observer design pattern for the event architecture.
Located in /libraries/joomla/event/dispatcher.php (line 24)
JObject | --JDispatcher
Stores the singleton instance of the dispatcher.
A multi dimensional array of [function][] = key for observers
An array of Observer objects to notify
The state of the observable object
Inherited from JObject
JObject::$_errors
Returns the global Event Dispatcher object, only creating it if it doesn't already exist.
Attach an observer object
Detach an observer object
Get the state of the JDispatcher object
Registers an event handler to the event dispatcher
Triggers an event by dispatching arguments to all observers that handle the event and returning their return values.
Inherited From JObject
JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()
Documentation generated on Mon, 25 Jun 2012 13:54:17 -0500 by phpDocumentor 1.4.4