Methods |
public
|
__construct(OutputInterface $output)
|
#
|
public
|
newLine(int $count = 1)
{@inheritdoc}
|
#
|
public
|
createProgressBar(int $max = 0): ProgressBar
|
#
|
public
|
write($messages, bool $newline = false, int $type = self::OUTPUT_NORMAL)
{@inheritdoc}
Parameters
$messages |
The message as an iterable of strings or a single string
|
$newline |
Whether to add a newline
|
$type |
A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL
|
Overriden by
Implements
|
#
|
public
|
writeln($messages, int $type = self::OUTPUT_NORMAL)
{@inheritdoc}
Parameters
$messages |
The message as an iterable of strings or a single string
|
$type |
A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL
|
Overriden by
Implements
|
#
|
public
|
setVerbosity(int $level)
{@inheritdoc}
|
#
|
public
|
getVerbosity()
{@inheritdoc}
|
#
|
public
|
setDecorated(bool $decorated)
{@inheritdoc}
|
#
|
public
|
isDecorated()
{@inheritdoc}
|
#
|
public
|
setFormatter(OutputFormatterInterface $formatter)
{@inheritdoc}
|
#
|
public
|
getFormatter()
{@inheritdoc}
|
#
|
public
|
isQuiet()
{@inheritdoc}
|
#
|
public
|
isVerbose()
{@inheritdoc}
|
#
|
public
|
isVeryVerbose()
{@inheritdoc}
|
#
|
public
|
isDebug()
{@inheritdoc}
|
#
|