$decorated
$decorated :
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 |
createStyleFromString(\app\framework\Component\Console\Output\Formatter\string $string) : \app\framework\Component\Console\Output\Formatter\OutputFormatterStyle|false
Tries to create new style instance from string.
\app\framework\Component\Console\Output\Formatter\string | $string |
False if string is not format string