OutputFormatterStyleStack
class OutputFormatterStyleStack
Methods
reset()
Resets stack (ie. empty internal arrays).
getCurrent()
Computes current style with stacks top codes.
getEmptyStyle()
No description
Details
at line line 36
__construct(OutputFormatterStyleInterface $emptyStyle = null)
Constructor.
at line line 45
reset()
Resets stack (ie. empty internal arrays).
at line line 55
push(OutputFormatterStyleInterface $style)
Pushes a style in the stack.
at line line 69
OutputFormatterStyleInterface
pop(OutputFormatterStyleInterface $style = null)
Pops a style from the stack.
at line line 95
OutputFormatterStyle
getCurrent()
Computes current style with stacks top codes.