API17

JUpdater

From Joomla! Documentation

Revision as of 21:44, 10 May 2013 by JoomlaWikiBot (talk | contribs) (JoomlaWikiBot moved page JUpdater/11.1 to API17:JUpdater without leaving a redirect: Robot: Moved page)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JUpdater[edit]

Description[edit]

Template:Description:JUpdater [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.
public arrayUnique Multidimensional array safe unique test Borrowed from PHP.net.
public findUpdates Finds an update for an extension.
public update
public getInstance Returns a reference to the global Installer object, only creating it if it doesn't already exist.
  • Defined in libraries/joomla/updater/updater.php
  • Extends JAdapter

Importing[edit]

jimport( 'joomla.updater.updater' );

See also[edit]

Template:SeeAlso:JUpdater [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />