API17:JObserver::update
From Joomla! Documentation
JObserver::update
Description
Method to update the state of observable objects.
public function update (&$args)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$args | array | $args An array of arguments to pass to the listener. |
- Returns mixed
- Defined on line 52 of libraries/joomla/base/observer.php
See also
JObserver::update source code on BitBucket
Class JObserver
Subpackage Base- Other versions of JObserver::update
User contributed notes
Code Examples