public function ConsoleEvent::getOutput in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\EventCode
public function getOutput() {
return $this->output;
}