class OutputFormatterStyleStack
Methods
__construct(OutputFormatterStyleInterface $emptyStyle = null) Constructor.
reset() Resets stack (ie. empty internal arrays).
push(OutputFormatterStyleInterface $style) Pushes a style in the stack.
OutputFormatterStyleInterface pop(OutputFormatterStyleInterface $style = null) Pops a style from the stack.
OutputFormatterStyle getCurrent() Computes current style with stacks top codes.
OutputFormatterStyleStack setEmptyStyle(Outp