Back to Changelog class

Method getStackLocation

protected string
getStackLocation
()
Gets the reference to the current direct parent
Returns
  • string
Since
  • 4.0.0
Class: Changelog
Project: Joomla

Method getStackLocation - Source code

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