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