JUpdater: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JUpdater== | =={{JVer|11.1}} JUpdater== | ||
===Description=== | ===Description=== | ||
===Methods=== | ===Methods=== | ||
| Line 40: | Line 40: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage Updater|Updater]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage Updater|Updater]] | ||
* [[API17:JUpdater|Other versions of JUpdater]] | * [[API17:JUpdater|Other versions of JUpdater]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JUpdater | category=JUpdater | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
Latest revision as of 03:54, 25 March 2017
JUpdater
Description
Methods
| 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
jimport( 'joomla.updater.updater' );
See also
JUpdater source code on BitBucket
Subpackage Updater- Other versions of JUpdater
User contributed notes
Code Examples