API17:JUpdaterExtension::findUpdate
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JUpdaterExtension::findUpdate|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JUpdaterExtension::findUpdate|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function findUpdate ($options) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 82 of libraries/joomla/updater/adapters/extension.php | |
| − | + | ||
| − | libraries/joomla/updater/adapters/extension.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JUpdaterExtension::findUpdate source code''' on [[jplatform:updater/adapters/extension.php#cl-74|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JUpdaterExtension/11.1|JUpdaterExtension]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Updater/11.1|Updater]] | ||
| + | * [[JUpdaterExtension::findUpdate|Other versions of JUpdaterExtension::findUpdate]] | ||
| + | {{SeeAlso:JUpdaterExtension::findUpdate}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JUpdaterExtension::findUpdate|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JUpdaterExtension::findUpdate|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 46: | Line 43: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JUpdaterExtension]][[Category:JUpdaterExtension::findUpdate]]</noinclude> | <noinclude>[[Category:JUpdaterExtension]][[Category:JUpdaterExtension::findUpdate]]</noinclude> | ||
Revision as of 21:54, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JUpdaterExtension::findUpdate
Description
Description:JUpdaterExtension::findUpdate [Edit Descripton]
public function findUpdate ($options)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $options |
- Returns
- Defined on line 82 of libraries/joomla/updater/adapters/extension.php
See also
-
JUpdaterExtension::findUpdate source code on BitBucket
-
Class JUpdaterExtension
-
Subpackage Updater
- Other versions of JUpdaterExtension::findUpdate
SeeAlso:JUpdaterExtension::findUpdate [Edit See Also]
User contributed notes
<CodeExamplesForm />
