public function ConsoleOutputInterface::setErrorOutput in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/console/Output/ConsoleOutputInterface.php \Symfony\Component\Console\Output\ConsoleOutputInterface::setErrorOutput()
Sets the OutputInterface used for errors.
Parameters
OutputInterface $error:
1 method overrides ConsoleOutputInterface::setErrorOutput()
- ConsoleOutput::setErrorOutput in vendor/
symfony/ console/ Output/ ConsoleOutput.php - Sets the OutputInterface used for errors.
File
- vendor/
symfony/ console/ Output/ ConsoleOutputInterface.php, line 34
Class
- ConsoleOutputInterface
- ConsoleOutputInterface is the interface implemented by ConsoleOutput class. This adds information about stderr output stream.
Namespace
Symfony\Component\Console\OutputCode
public function setErrorOutput(OutputInterface $error);