Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

Abstract Class JObserver

Description

Abstract observer class to implement the observer design pattern

Located in /joomla/base/observer.php (line 27)

Class JObject

Abstract class JObserver   (Subpackage Base)
Direct descendents
Class Description
Abstract classJPlugin JPlugin Class
Method Summary
Constructor JObserver __construct ( &$subject)
Abstract method mixed update ()
Methods
Constructor __construct (line 40)

Constructor

JObserver __construct ( &$subject)
  • &$subject

Redefinition of:
JObject::__construct()
Class constructor, overridden in descendant classes.
update (line 56)

Method to update the state of observable objects

  • access: public
  • abstract: Implement in child classes
mixed update ()

Redefined in descendants as:

Inherited Methods

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getPublicProperties()
 JObject::set()
 JObject::toString()

Documentation generated on Mon, 05 Mar 2007 21:12:13 +0000 by phpDocumentor 1.3.1