API17

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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JUpdater::findUpdates|Edit Descripton]]<nowiki>]</nowiki>
</span>
<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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JUpdater::findUpdates|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 16:20, 24 March 2017

Joomla 11.1 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

{{subst:SeeAlso:JUpdater::findUpdates}}

User contributed notes

<CodeExamplesForm />