Back to Content class

Method getTypeAlias

public string
getTypeAlias
()
Get the type alias for UCM features
Returns
  • string The alias as described above
Since
  • 4.0.0
Class: Content
Project: Joomla

Method getTypeAlias - Source code

/**
 * Get the type alias for UCM features
 *
 * @return  string  The alias as described above
 *
 * @since   4.0.0
 */
public function getTypeAlias()
{
    return $this->typeAlias;
}