function ConsoleOutputInterface::getErrorOutput
Gets the OutputInterface for errors.
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 25
Class
- ConsoleOutputInterface
- ConsoleOutputInterface is the interface implemented by ConsoleOutput class. This adds information about stderr and section output stream.
Namespace
Symfony\Component\Console\OutputCode
public function getErrorOutput() : OutputInterface;