API17

Difference between revisions of "JUpdateAdapter"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|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}}
 
{{SeeAlso:JUpdateAdapter}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:47, 11 May 2013

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]

Template:Description:JUpdateAdapter [Edit Descripton]

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]

Template:SeeAlso:JUpdateAdapter [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />