API17

Difference between revisions of "JUpdateAdapter"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (preparing for archive only)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JUpdateAdapter==
 
=={{JVer|11.1}} JUpdateAdapter==
 
===Description===
 
===Description===
{{Description:JUpdateAdapter}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JUpdateAdapter|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|protected  
 
|protected  
|[[JUpdateAdapter::_getLastTag/11.1|_getLastTag]]
+
|[[API17:JUpdateAdapter::_getLastTag|_getLastTag]]
 
|
 
|
 
|-
 
|-
 
|protected  
 
|protected  
|[[JUpdateAdapter::_getStackLocation/11.1|_getStackLocation]]
+
|[[API17:JUpdateAdapter::_getStackLocation|_getStackLocation]]
 
|Gets the reference to the current direct parent.  
 
|Gets the reference to the current direct parent.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/updater/updateadapter.php
 
* '''Defined in''' libraries/joomla/updater/updateadapter.php
* '''Extends''' [[JAdapterInstance/11.1|JAdapterInstance]]
+
* '''Extends''' [[API17:JAdapterInstance|JAdapterInstance]]
 
* '''Extended by'''
 
* '''Extended by'''
** [[JUpdaterCollection/11.1|JUpdaterCollection]]
+
** [[API17:JUpdaterCollection|JUpdaterCollection]]
** [[JUpdaterExtension/11.1|JUpdaterExtension]]
+
** [[API17:JUpdaterExtension|JUpdaterExtension]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.updater.updateadapter' );</source>
 
<source lang="php">jimport( 'joomla.updater.updateadapter' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JUpdateAdapter source code''' on [[jplatform:updater/updateadapter.php|BitBucket]]
 
* {{JVer|11.1}} '''JUpdateAdapter source code''' on [[jplatform:updater/updateadapter.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Updater/11.1|Updater]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Updater|Updater]]
* [[JUpdateAdapter|Other versions of JUpdateAdapter]]
+
* [[API17:JUpdateAdapter|Other versions of JUpdateAdapter]]
{{SeeAlso:JUpdateAdapter}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JUpdateAdapter|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JUpdateAdapter
 
category=JUpdateAdapter
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 48: Line 44:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JUpdateAdapter]]</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 JUpdateAdapter[edit]

Description[edit]

Methods[edit]

Visibility Method name Description
protected _getLastTag
protected _getStackLocation Gets the reference to the current direct parent.

Importing[edit]

jimport( 'joomla.updater.updateadapter' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]