| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |