JUpdater::findUpdates: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
Line 4: | Line 4: | ||
Finds an update for an extension. | Finds an update for an extension. | ||
<source lang="php"> | <source lang="php"> | ||
Line 29: | Line 29: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Updater|Updater]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Updater|Updater]] | ||
* [[API17:JUpdater::findUpdates|Other versions of JUpdater::findUpdates]] | * [[API17:JUpdater::findUpdates|Other versions of JUpdater::findUpdates]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JUpdater::findUpdates | category=JUpdater::findUpdates | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* |
Latest revision as of 03:54, 25 March 2017
JUpdater::findUpdates
Description
Finds an update for an extension.
public function findUpdates ($eid=0)
Parameter | Type | Default | Description |
---|---|---|---|
$eid | int | 0 | Extension Identifier; if zero use all sites |
- Returns boolean If there are updates or not
- Defined on line 58 of libraries/joomla/updater/updater.php
See also
JUpdater::findUpdates source code on BitBucket
Class JUpdater
Subpackage Updater
- Other versions of JUpdater::findUpdates
User contributed notes
Code Examples