Interface ConsoleOutputInterface
ConsoleOutputInterface is the interface implemented by ConsoleOutput class. This adds information about stderr output stream.
- Symfony\Component\Console\Output\ConsoleOutputInterface implements Symfony\Component\Console\Output\OutputInterface
Direct known implementers
Symfony\Component\Console\Output\ConsoleOutput
Namespace: Symfony\Component\Console\Output
Author: Dariusz Górecki darek.krk@gmail.com
Located at Output/ConsoleOutputInterface.php
Author: Dariusz Górecki darek.krk@gmail.com
Located at Output/ConsoleOutputInterface.php
public
|
|
public
|
#
setErrorOutput(
Sets the OutputInterface used for errors. |
getFormatter(),
getVerbosity(),
isDecorated(),
setDecorated(),
setFormatter(),
setVerbosity(),
write(),
writeln()
|