API16

API16:JObserver/update

From Joomla! Documentation

Description

Method to update the state of observable objects

[Edit Descripton]

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 />