API16: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(&$args)
| Parameter Name | Default Value | Description |
|---|---|---|
| &$args | $args An array of arguments to pass to the listener. |
Returns
mixed
Defined in
libraries/joomla/base/observer.php
Importing
jimport( 'joomla.base.observer' );
Source Body
[Edit See Also] SeeAlso:JObserver/update
Examples
<CodeExamplesForm />
