Interface OutputInterface
OutputInterface is the interface implemented by all Output classes.
Direct known implementers
Symfony\Component\Console\Output\ConsoleOutputInterface, Symfony\Component\Console\Output\OutputIndirect known implementers
Symfony\Component\Console\Output\ConsoleOutput, Symfony\Component\Console\Output\NullOutput, Symfony\Component\Console\Output\StreamOutput
Namespace: Symfony\Component\Console\Output
Author: Fabien Potencier <fabien@symfony.com>
Api
Located at laravel/vendor/Symfony/Component/Console/Output/OutputInterface.php
Author: Fabien Potencier <fabien@symfony.com>
Api
Located at laravel/vendor/Symfony/Component/Console/Output/OutputInterface.php
public
|
|
public
|
|
public
|
|
public
integer
|
|
public
|
|
public
Boolean
|
|
public
|
#
setFormatter(
Sets output formatter. |
public
|
integer |
VERBOSITY_QUIET
|
0 |
|
integer |
VERBOSITY_NORMAL
|
1 |
|
integer |
VERBOSITY_VERBOSE
|
2 |
|
integer |
OUTPUT_NORMAL
|
0 |
|
integer |
OUTPUT_RAW
|
1 |
|
integer |
OUTPUT_PLAIN
|
2 |