API17

JUpdate:: getStackLocation: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Gets the reference to the current direct parent.  
Gets the reference to the current direct parent.  


{{subst:Description:JUpdate::_getStackLocation}}
 


<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:JUpdate::_getStackLocation|Other versions of JUpdate::_getStackLocation]]
* [[API17:JUpdate::_getStackLocation|Other versions of JUpdate::_getStackLocation]]
{{subst:SeeAlso:JUpdate::_getStackLocation}}
 


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

Latest revision as of 03:54, 25 March 2017

Joomla 11.1 JUpdate::_getStackLocation

Description

Gets the reference to the current direct parent.


protected function _getStackLocation ()
  • Returns object
  • Defined on line 47 of libraries/joomla/updater/update.php

See also


User contributed notes

Code Examples