protected function Shell::getApplication in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/console/Shell.php \Symfony\Component\Console\Shell::getApplication()
File
- vendor/
symfony/ console/ Shell.php, line 156
Class
- Shell
- A Shell wraps an Application to add shell capabilities to it.
Namespace
Symfony\Component\ConsoleCode
protected function getApplication() {
return $this->application;
}