You are here

public function Command::getApplication in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Command/Command.php \Symfony\Component\Console\Command\Command::getApplication()

Gets the application instance for this command.

Return value

Application An Application instance

1 call to Command::getApplication()
ListCommand::execute in vendor/symfony/console/Command/ListCommand.php
Executes the current command.

File

vendor/symfony/console/Command/Command.php, line 119

Class

Command
Base class for all commands.

Namespace

Symfony\Component\Console\Command

Code

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