Back to MenuType class

Method _getAssetTitle

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

Method _getAssetTitle - Source code

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