API17

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.  


{{subst:Description:JUpdater::findUpdates}}
 


<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]]
{{subst:SeeAlso:JUpdater::findUpdates}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JUpdater::findUpdates
category=JUpdater::findUpdates
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:54, 25 March 2017

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


User contributed notes

Code Examples