Class Output
Base class for output classes.
There are five levels of verbosity: * normal: no option passed (normal output) * verbose: -v (more output) * very verbose: -vv (highly extended output) * debug: -vvv (all debug output) * quiet: -q (no output)
- Symfony\Component\Console\Output\Output implements Symfony\Component\Console\Output\OutputInterface
Direct known subclasses
Symfony\Component\Console\Output\BufferedOutput, Symfony\Component\Console\Output\StreamOutput, Symfony\Component\Console\Tests\Output\TestOutputIndirect known subclasses
Symfony\Component\Console\Output\ConsoleOutput, Symfony\Component\Console\Tests\Fixtures\DummyOutput
Abstract
Namespace: Symfony\Component\Console\Output
Author: Fabien Potencier fabien@symfony.com
Located at Output/Output.php
Namespace: Symfony\Component\Console\Output
Author: Fabien Potencier fabien@symfony.com
Located at Output/Output.php
public
|
#
__construct( integer $verbosity = self::VERBOSITY_NORMAL, boolean $decorated = false,
Constructor. |
public
|
#
setFormatter(
Sets output formatter. |
public
|
|
public
|
|
public
boolean
|
|
public
|
|
public
integer
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
abstract protected
|