Back to CMSApplication class

Method getName

public string
getName
()
Gets the name of the current running application.
Returns
  • string The name of the application.
Since
  • 3.2

Method getName - Source code

/**
 * Gets the name of the current running application.
 *
 * @return  string  The name of the application.
 *
 * @since   3.2
 */
public function getName()
{
    return $this->name;
}