$styles
$styles : array<mixed,\Symfony\Component\Console\Formatter\OutputFormatterStyleInterface>
$styles : array<mixed,\Symfony\Component\Console\Formatter\OutputFormatterStyleInterface>
__construct(\Symfony\Component\Console\Formatter\OutputFormatterStyleInterface $emptyStyle = null)
\Symfony\Component\Console\Formatter\OutputFormatterStyleInterface | $emptyStyle |
push(\Symfony\Component\Console\Formatter\OutputFormatterStyleInterface $style)
Pushes a style in the stack.
\Symfony\Component\Console\Formatter\OutputFormatterStyleInterface | $style |
pop(\Symfony\Component\Console\Formatter\OutputFormatterStyleInterface $style = null) : \Symfony\Component\Console\Formatter\OutputFormatterStyleInterface
Pops a style from the stack.
\Symfony\Component\Console\Formatter\OutputFormatterStyleInterface | $style |
When style tags incorrectly nested
getCurrent() : \Symfony\Component\Console\Formatter\OutputFormatterStyle
Computes current style with stacks top codes.
setEmptyStyle(\Symfony\Component\Console\Formatter\OutputFormatterStyleInterface $emptyStyle) : $this
\Symfony\Component\Console\Formatter\OutputFormatterStyleInterface | $emptyStyle |
getEmptyStyle() : \Symfony\Component\Console\Formatter\OutputFormatterStyleInterface