API17:JUpdater
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JUpdater
Description
Description:JUpdater [Edit Descripton]
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
SeeAlso:JUpdater [Edit See Also]
User contributed notes
<CodeExamplesForm />
