public function Application::getVersion in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/console/Application.php \Symfony\Component\Console\Application::getVersion()
Gets the application version.
Return value
string The application version
1 call to Application::getVersion()
- Application::getLongVersion in vendor/
symfony/ console/ Application.php - Returns the long version of the application.
File
- vendor/
symfony/ console/ Application.php, line 290
Class
- Application
- An Application is the container for a collection of commands.
Namespace
Symfony\Component\ConsoleCode
public function getVersion() {
return $this->version;
}