[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 183 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
OutputFormatterStyle:: (7 methods):
__construct()
setForeground()
setBackground()
setOption()
unsetOption()
setOptions()
apply()
Class: OutputFormatterStyle - X-Ref
Formatter style class for defining styles.__construct($foreground = null, $background = null, array $options = []) X-Ref |
Initializes output formatter style. param: string|null $foreground The style foreground color name param: string|null $background The style background color name param: array $options The style options |
setForeground($color = null) X-Ref |
{@inheritdoc} |
setBackground($color = null) X-Ref |
{@inheritdoc} |
setOption($option) X-Ref |
{@inheritdoc} |
unsetOption($option) X-Ref |
{@inheritdoc} |
setOptions(array $options) X-Ref |
{@inheritdoc} |
apply($text) X-Ref |
{@inheritdoc} |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |