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, \app\framework\Component\Console\Output\Formatter\OutputFormatterStyleInterface $style)
Sets a new style.
string | $name | The style name |
\app\framework\Component\Console\Output\Formatter\OutputFormatterStyleInterface | $style | The style instance |
getStyle(string $name) : \app\framework\Component\Console\Output\Formatter\OutputFormatterStyleInterface
Gets style options from style with specified name.
string | $name |
When style isn't defined