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. | ||
<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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JUpdate::_getStackLocation | category=JUpdate::_getStackLocation | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:54, 25 March 2017
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
JUpdate::_getStackLocation source code on BitBucket
Class JUpdate
Subpackage Updater- Other versions of JUpdate::_getStackLocation
User contributed notes
Code Examples