You are here

protected function Shell::getApplication in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\Console

Code

protected function getApplication() {
  return $this->application;
}