function Application::getVersion
Gets the application version.
2 calls to Application::getVersion()
- 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.
File
-
vendor/
symfony/ console/ Application.php, line 482
Class
- Application
- An Application is the container for a collection of commands.
Namespace
Symfony\Component\ConsoleCode
public function getVersion() : string {
return $this->version;
}