[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 109 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
OutputFormatterStyleStack:: (7 methods):
__construct()
reset()
push()
pop()
getCurrent()
setEmptyStyle()
getEmptyStyle()
Class: OutputFormatterStyleStack - X-Ref
__construct(OutputFormatterStyleInterface $emptyStyle = null) X-Ref |
reset() X-Ref |
Resets stack (ie. empty internal arrays). |
push(OutputFormatterStyleInterface $style) X-Ref |
Pushes a style in the stack. |
pop(OutputFormatterStyleInterface $style = null) X-Ref |
Pops a style from the stack. return: OutputFormatterStyleInterface |
getCurrent() X-Ref |
Computes current style with stacks top codes. return: OutputFormatterStyle |
setEmptyStyle(OutputFormatterStyleInterface $emptyStyle) X-Ref |
return: $this |
getEmptyStyle() X-Ref |
return: OutputFormatterStyleInterface |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |