Back to Update class

Method _getLastTag

protected string
_getLastTag
()
Get the last position in stack count
Returns
  • string
Since
  • 1.7.0
Class: Update
Project: Joomla

Method _getLastTag - Source code

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