Back to Category class

Method getTypeAlias

public string
getTypeAlias
()
Get the type alias for the history table
Returns
  • string The alias as described above
Since
  • 4.0.0
Class: Category
Project: Joomla

Method getTypeAlias - Source code

/**
 * Get the type alias for the history table
 *
 * @return  string  The alias as described above
 *
 * @since   4.0.0
 */
public function getTypeAlias()
{
    return $this->extension . '.category';
}