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 laravel/vendor/Symfony/Component/Console/Output/ConsoleOutputInterface.php
Author: Dariusz Górecki <darek.krk@gmail.com>
Located at laravel/vendor/Symfony/Component/Console/Output/ConsoleOutputInterface.php
public
|
|
public
|
getFormatter(),
getVerbosity(),
isDecorated(),
setDecorated(),
setFormatter(),
setVerbosity(),
write(),
writeln()
|
OUTPUT_NORMAL,
OUTPUT_PLAIN,
OUTPUT_RAW,
VERBOSITY_NORMAL,
VERBOSITY_QUIET,
VERBOSITY_VERBOSE
|