setDecorated()
setDecorated(boolean $decorated)
Sets the decorated flag.
Parameters
boolean | $decorated | Whether to decorate the messages or not |
Formatter interface for console output.
setStyle(string $name, \Symfony\Component\Console\Formatter\OutputFormatterStyleInterface $style)
Sets a new style.
string | $name | The style name |
\Symfony\Component\Console\Formatter\OutputFormatterStyleInterface | $style | The style instance |
getStyle(string $name) : \Symfony\Component\Console\Formatter\OutputFormatterStyleInterface
Gets style options from style with specified name.
string | $name |
When style isn't defined