JObserver/update: Difference between revisions
From Joomla! Documentation
New page: ===Description===
Method to update the state of observable objects
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton... |
No edit summary |
||
Line 17: | Line 17: | ||
!Description | !Description | ||
|- | |- | ||
| | | &$args | ||
| | | | ||
| $args An array of arguments to pass to the listener. | | $args An array of arguments to pass to the listener. |
Revision as of 10:00, 30 March 2010
Description
Method to update the state of observable objects
Template:Description:JObserver/update
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] Template:SeeAlso:JObserver/update
Examples
<CodeExamplesForm />