public function Application::getHelp in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/console/Application.php \Symfony\Component\Console\Application::getHelp()
Gets the help message.
Return value
string A help message.
File
- vendor/
symfony/ console/ Application.php, line 240
Class
- Application
- An Application is the container for a collection of commands.
Namespace
Symfony\Component\ConsoleCode
public function getHelp() {
return $this
->getLongVersion();
}