JObservable
Description
Abstract observable class to implement the observer design pattern
Located in /joomla/base/observable.php (line 26)
JObject
![]()
JObservable (Subpackage Base)
Direct descendents
| Class | Description |
|---|---|
JDispatcher
|
Class to handle dispatching of events. |
JEditor
|
JEditor class to handle WYSIWYG editors |
JAuthentication
|
Authenthication class, provides an interface for the Joomla authentication system |
Method Summary
Variables
Methods
Constructor
JObservable
__construct
()
Redefinition of:
- JObject::__construct()
- Class constructor, overridden in descendant classes.
Redefined in descendants as:
- JDispatcher::__construct() : Constructor
- JEditor::__construct() : constructor
- JAuthentication::__construct() : Constructor
Attach an observer object
void
attach
( &$observer, object $observer)
- object $observer: An observer object to attach
- &$observer
Detach an observer object
boolean
detach
(object $observer)
- object $observer: An observer object to detach
Update each attached observer object and return an array of their return values
array
notify
()
Inherited Methods
Inherited From JObject
JObject::JObject()
JObject::__construct()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::getPublicProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
Documentation generated on Sat, 14 Nov 2009 11:16:25 +0000 by phpDocumentor 1.3.1




JObservable (Subpackage Base)