API17:JUpdaterCollection::findUpdate
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JUpdaterCollection::findUpdate|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JUpdaterCollection::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 160 of libraries/joomla/updater/adapters/collection.php | |
| − | + | ||
| − | libraries/joomla/updater/adapters/collection.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JUpdaterCollection::findUpdate source code''' on [[jplatform:updater/adapters/collection.php#cl-152|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JUpdaterCollection/11.1|JUpdaterCollection]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Updater/11.1|Updater]] | ||
| + | * [[JUpdaterCollection::findUpdate|Other versions of JUpdaterCollection::findUpdate]] | ||
| + | {{SeeAlso:JUpdaterCollection::findUpdate}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JUpdaterCollection::findUpdate|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JUpdaterCollection::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:JUpdaterCollection]][[Category:JUpdaterCollection::findUpdate]]</noinclude> | <noinclude>[[Category:JUpdaterCollection]][[Category:JUpdaterCollection::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.
JUpdaterCollection::findUpdate
Description
Description:JUpdaterCollection::findUpdate [Edit Descripton]
public function findUpdate ($options)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $options |
- Returns
- Defined on line 160 of libraries/joomla/updater/adapters/collection.php
See also
-
JUpdaterCollection::findUpdate source code on BitBucket
-
Class JUpdaterCollection
-
Subpackage Updater
- Other versions of JUpdaterCollection::findUpdate
SeeAlso:JUpdaterCollection::findUpdate [Edit See Also]
User contributed notes
<CodeExamplesForm />
