Back to UpdateAdapter class

Method _getLastTag

protected object
_getLastTag
()
Gets the reference to the last tag
Returns
  • object
Since
  • 1.7.0
Class: UpdateAdapter
Project: Joomla

Method _getLastTag - Source code

/**
 * Gets the reference to the last tag
 *
 * @return  object
 *
 * @since   1.7.0
 */
protected function _getLastTag()
{
    return $this->stack[\count($this->stack) - 1];
}