Class JUpdater
Updater Class
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/updater/updater.php
Methods summary
public
|
|
public static
|
#
getInstance( )
Returns a reference to the global Installer object, only creating it if it doesn't already exist. |
public
boolean
|
#
findUpdates( integer|array $eid = 0, integer $cacheTimeout = 0, integer $minimum_stability =
Finds the update for an extension. Any discovered updates are stored in the #__updates table. |
public
mixed
|
Methods inherited from JAdapter
getAdapter(),
getDbo(),
loadAllAdapters(),
setAdapter()
Methods inherited from JObject
__toString(),
def(),
get(),
getError(),
getErrors(),
getProperties(),
set(),
setError(),
setProperties()
Magic methods summary
Constants summary
integer |
STABILITY_DEV
|
0 |
#
Development snapshots, nightly builds, pre-release versions and so on |
integer |
STABILITY_ALPHA
|
1 |
#
Alpha versions (work in progress, things are likely to be broken) |
integer |
STABILITY_BETA
|
2 |
#
Beta versions (major functionality in place, show-stopper bugs are likely to be present) |
integer |
STABILITY_RC
|
3 |
#
Release Candidate versions (almost stable, minor bugs might be present) |
integer |
STABILITY_STABLE
|
4 |
#
Stable versions (production quality code) |
Properties summary
protected static
|
$instance |
#
JUpdater instance container. |
Properties inherited from JAdapter
$_adapterfolder,
$_adapters,
$_basepath,
$_classprefix,
$_db
