API16

API16:JObserver/update

From Joomla! Documentation

Revision as of 22:37, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Method to update the state of observable objects <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Method to update the state of observable objects

[Edit Descripton]

Template:Description:JObserver/update

Syntax

update(&$args)
Parameter Name Default Value Description
$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 />