JUpdater::findUpdates: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
Line 4: | Line 4: | ||
Finds an update for an extension. | Finds an update for an extension. | ||
{{Description:JUpdater::findUpdates}} | {{subst:Description:JUpdater::findUpdates}} | ||
<source lang="php"> | <source lang="php"> | ||
public function findUpdates ($eid=0) | public function findUpdates ($eid=0) | ||
Line 31: | 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]] | ||
{{SeeAlso:JUpdater::findUpdates}} | {{subst:SeeAlso:JUpdater::findUpdates}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> |
Revision as of 16:20, 24 March 2017
JUpdater::findUpdates
Description
Finds an update for an extension.
{{subst:Description:JUpdater::findUpdates}}
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
{{subst:SeeAlso:JUpdater::findUpdates}}
User contributed notes
<CodeExamplesForm />