Back to Language class

Method getName

public string
getName
()
Getter for Name.
Returns
  • string Official name element of the language.
Since
  • 1.7.0
Class: Language
Project: Joomla

Method getName - Source code

/**
 * Getter for Name.
 *
 * @return  string  Official name element of the language.
 *
 * @since   1.7.0
 */
public function getName()
{
    return $this->metadata['name'];
}