You are here

public function ConsoleEvent::getOutput in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/console/Event/ConsoleEvent.php \Symfony\Component\Console\Event\ConsoleEvent::getOutput()

Gets the output instance.

Return value

OutputInterface An OutputInterface instance

File

vendor/symfony/console/Event/ConsoleEvent.php, line 63

Class

ConsoleEvent
Allows to inspect input and output of a command.

Namespace

Symfony\Component\Console\Event

Code

public function getOutput() {
  return $this->output;
}