Back to Changelog class

Method getLastTag

protected string
getLastTag
()
Get the last position in stack count
Returns
  • string
Since
  • 4.0.0
Class: Changelog
Project: Joomla

Method getLastTag - Source code

/**
 * Get the last position in stack count
 *
 * @return  string
 *
 * @since   4.0.0
 */
protected function getLastTag()
{
    return $this->stack[\count($this->stack) - 1];
}