function Application::getName
Gets the name of the application.
3 calls to Application::getName()
- Application::getLongVersion in vendor/
composer/ composer/ src/ Composer/ Console/ Application.php - Returns the long version of the application.
- Application::getLongVersion in vendor/
symfony/ console/ Application.php - Returns the long version of the application.
- Application::renderThrowable in vendor/
symfony/ console/ Application.php
File
-
vendor/
symfony/ console/ Application.php, line 466
Class
- Application
- An Application is the container for a collection of commands.
Namespace
Symfony\Component\ConsoleCode
public function getName() : string {
return $this->name;
}