JApplication::getName
Method to get the application name.
The dispatcher name is by default parsed using the classname, or it can be set by passing a $config['name'] in the class constructor.
Signature
public function getName()
Returns
- string
- The name of the dispatcher.