API17

API17:JUpdater

From Joomla! Documentation

Revision as of 20:59, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Edit Descripton] Template:Description:JUpdater

Defined in

libraries/joomla/updater/updater.php

Subpackage

Updater

Extends

JAdapter

Extended by

Methods

Method name Description
__construct Constructor.
arrayUnique Multidimensional array safe unique test Borrowed from PHP.net
findUpdates Finds an update for an extension.
update
getInstance Returns a reference to the global Installer object, only creating it if it doesn't already exist.

Importing

jimport( 'joomla.updater.updater' );

See also

Template:SeeAlso:JUpdater [Edit See Also]

Examples

<CodeExamplesForm />