JUpdateAdapter: Difference between revisions
From Joomla! Documentation
Layout updates |
m preparing for archive only |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
=={{JVer|11.1}} JUpdateAdapter== | |||
===Description=== | |||
{{ | |||
=== | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
!Visibility | |||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
|[[JUpdateAdapter::_getLastTag | |protected | ||
|[[API17:JUpdateAdapter::_getLastTag|_getLastTag]] | |||
| | | | ||
|- | |- | ||
|[[JUpdateAdapter::_getStackLocation | |protected | ||
|[[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 | |||
* '''Extends''' [[API17:JAdapterInstance|JAdapterInstance]] | |||
* '''Extended by''' | |||
** [[API17:JUpdaterCollection|JUpdaterCollection]] | |||
** [[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=== | ||
* JUpdateAdapter source code | * {{JVer|11.1}} '''JUpdateAdapter source code''' on [[jplatform:updater/updateadapter.php|BitBucket]] | ||
* [[ | * {{JVer|11.1}} Subpackage [[API17:Subpackage Updater|Updater]] | ||
* [[API17:JUpdateAdapter|Other versions of JUpdateAdapter]] | |||
===User contributed notes=== | |||
===Examples=== | === Code Examples === | ||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JUpdateAdapter | category=JUpdateAdapter | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude> | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 03:54, 25 March 2017
JUpdateAdapter
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| protected | _getLastTag | |
| protected | _getStackLocation | Gets the reference to the current direct parent. |
- Defined in libraries/joomla/updater/updateadapter.php
- Extends JAdapterInstance
- Extended by
Importing
jimport( 'joomla.updater.updateadapter' );
See also
JUpdateAdapter source code on BitBucket
Subpackage Updater- Other versions of JUpdateAdapter
User contributed notes
Code Examples