You are here

public function ConsoleOutputInterface::getErrorOutput in Zircon Profile 8

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

Gets the OutputInterface for errors.

Return value

OutputInterface

1 method overrides ConsoleOutputInterface::getErrorOutput()
ConsoleOutput::getErrorOutput in vendor/symfony/console/Output/ConsoleOutput.php
Gets the OutputInterface for errors.

File

vendor/symfony/console/Output/ConsoleOutputInterface.php, line 27

Class

ConsoleOutputInterface
ConsoleOutputInterface is the interface implemented by ConsoleOutput class. This adds information about stderr output stream.

Namespace

Symfony\Component\Console\Output

Code

public function getErrorOutput();