API17:JUpdater
From Joomla! Documentation
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