You are here

public function ConsoleOutputInterface::setErrorOutput 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::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\Output

Code

public function setErrorOutput(OutputInterface $error);