Back to Module class

Method _getAssetTitle

protected string
_getAssetTitle
()
Method to return the title to use for the asset table.
Returns
  • string
Since
  • 3.2
Class: Module
Project: Joomla

Method _getAssetTitle - Source code

/**
 * Method to return the title to use for the asset table.
 *
 * @return  string
 *
 * @since   3.2
 */
protected function _getAssetTitle()
{
    return $this->title;
}