Interface OutputInterface
OutputInterface is the interface implemented by all Output classes.
Direct known implementers
Symfony\Component\Console\Output\ConsoleOutputInterface, Symfony\Component\Console\Output\NullOutput, Symfony\Component\Console\Output\Output, Symfony\Component\Console\Style\OutputStyleIndirect known implementers
Symfony\Component\Console\Output\BufferedOutput, Symfony\Component\Console\Output\ConsoleOutput, Symfony\Component\Console\Output\StreamOutput, Symfony\Component\Console\Style\SymfonyStyle, Symfony\Component\Console\Tests\Fixtures\DummyOutput, Symfony\Component\Console\Tests\Output\TestOutput, Symfony\Component\Console\Tests\Style\SymfonyStyleWithForcedLineLength
Namespace: Symfony\Component\Console\Output
Author: Fabien Potencier fabien@symfony.com
Located at Output/OutputInterface.php
Author: Fabien Potencier fabien@symfony.com
Located at Output/OutputInterface.php
public
|
|
public
|
|
public
|
|
public
integer
|
|
public
|
|
public
boolean
|
|
public
|
#
setFormatter(
Sets output formatter. |
public
|
integer |
VERBOSITY_QUIET
|
#
16
|
integer |
VERBOSITY_NORMAL
|
#
32
|
integer |
VERBOSITY_VERBOSE
|
#
64
|
integer |
VERBOSITY_VERY_VERBOSE
|
#
128
|
integer |
VERBOSITY_DEBUG
|
#
256
|
integer |
OUTPUT_NORMAL
|
#
1
|
integer |
OUTPUT_RAW
|
#
2
|
integer |
OUTPUT_PLAIN
|
#
4
|