API15:JObserver/update
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
Description
Method to update the state of observable objects
Syntax
update()
Returns
mixed
Defined in
libraries/joomla/base/observer.php
Importing
jimport( 'joomla.base.observer' );
Source Body
function update() { return JError::raiseError('9', 'JObserver::update: Method not implemented', 'This method should be implemented in a child class'); }
[Edit See Also] SeeAlso:JObserver/update
Examples
<CodeExamplesForm />
