Back to UpdateAdapter class

Method _getStackLocation

protected string
_getStackLocation
()
Gets the reference to the current direct parent
Returns
  • string
Since
  • 1.7.0
Class: UpdateAdapter
Project: Joomla

Method _getStackLocation - Source code

/**
 * Gets the reference to the current direct parent
 *
 * @return  string
 *
 * @since   1.7.0
 */
protected function _getStackLocation()
{
    return implode('->', $this->stack);
}