API17

JUpdateAdapter:: getLastTag: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:




{{subst:Description:JUpdateAdapter::_getLastTag}}
 


<source lang="php">
<source lang="php">
Line 16: Line 16:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Updater|Updater]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Updater|Updater]]
* [[API17:JUpdateAdapter::_getLastTag|Other versions of JUpdateAdapter::_getLastTag]]
* [[API17:JUpdateAdapter::_getLastTag|Other versions of JUpdateAdapter::_getLastTag]]
{{subst:SeeAlso:JUpdateAdapter::_getLastTag}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JUpdateAdapter::_getLastTag
category=JUpdateAdapter::_getLastTag
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:54, 25 March 2017

Joomla 11.1 JUpdateAdapter::_getLastTag

Description

protected function _getLastTag ()
  • Returns
  • Defined on line 38 of libraries/joomla/updater/updateadapter.php

See also


User contributed notes

Code Examples