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 | --JEventDispatcher
Class | Description |
---|---|
![]() |
Deprecated class placeholder. You should use JEventDispatcher instead. |
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
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()
Documentation generated on Tue, 19 Nov 2013 15:01:31 +0100 by phpDocumentor 1.4.3