Back to CMSApplicationInterface class

Method getName

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

Method getName - Source code

/**
 * Gets the name of the current running application.
 *
 * @return  string  The name of the application.
 *
 * @since   4.0.0
 */
public function getName();