Class Output
Base class for output classes.
There are three levels of verbosity:
* normal: no option passed (normal output - information) * verbose: -v (more
output - debug) * quiet: -q (no output)
- Symfony\Component\Console\Output\Output implements Symfony\Component\Console\Output\OutputInterface
Direct known subclasses
Symfony\Component\Console\Output\NullOutput, Symfony\Component\Console\Output\StreamOutputIndirect known subclasses
Symfony\Component\Console\Output\ConsoleOutput
Abstract
Namespace: Symfony\Component\Console\Output
Author: Fabien Potencier <fabien@symfony.com>
Api
Located at console/Symfony/Component/Console/Output/Output.php
Namespace: Symfony\Component\Console\Output
Author: Fabien Potencier <fabien@symfony.com>
Api
Located at console/Symfony/Component/Console/Output/Output.php
public
|
#
__construct( integer $verbosity =
Constructor. |
public
|
#
setFormatter(
Sets output formatter. |
public
|
|
public
|
|
public
Boolean
|
|
public
|
|
public
integer
|
|
public
|
|
public
|
|
abstract protected
|
OUTPUT_NORMAL,
OUTPUT_PLAIN,
OUTPUT_RAW,
VERBOSITY_NORMAL,
VERBOSITY_QUIET,
VERBOSITY_VERBOSE
|