API17

Difference between revisions of "JUpdater::findUpdates"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Finds an update for an extension.  
 
Finds an update for an extension.  
  
{{Description:JUpdater::findUpdates}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JUpdater::findUpdates|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JUpdater::findUpdates ($eid=0)
+
public function findUpdates ($eid=0)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 22: Line 19:
 
|int
 
|int
 
|0
 
|0
|Extension Identifier; if zero use all sites  
+
|Extension Identifier; if zero use all sites
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' boolean If there are updates or not
boolean If there are updates or not
+
* '''Defined''' on line 58 of libraries/joomla/updater/updater.php
===Defined in===
 
libraries/joomla/updater/updater.php (line 54)
 
* see source code in [[jplatform:updater/updater.php#cl-54|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JUpdater::findUpdates source code''' on [[jplatform:updater/updater.php#cl-50|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JUpdater::findUpdates|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JUpdater|JUpdater]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Updater|Updater]]
* [[JUpdater/11.1|JUpdater]]
+
* [[API17:JUpdater::findUpdates|Other versions of JUpdater::findUpdates]]
* [[JUpdater::findUpdates|Other versions of this method]]
+
 
{{SeeAlso:JUpdater::findUpdates}}
+
 
===Examples===
+
===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=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JUpdater]][[Category:JUpdater::findUpdates]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:54, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JUpdater::findUpdates[edit]

Description[edit]

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[edit]


User contributed notes[edit]

Code Examples[edit]