| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 64 lines (1 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
OutputFormatterStyleInterface:: (6 methods):
setForeground()
setBackground()
setOption()
unsetOption()
setOptions()
apply()
Interface: OutputFormatterStyleInterface - X-Ref
Formatter style interface for defining styles.| setForeground($color = null) X-Ref |
| Sets style foreground color. param: string $color The color name |
| setBackground($color = null) X-Ref |
| Sets style background color. param: string $color The color name |
| setOption($option) X-Ref |
| Sets some specific style option. param: string $option The option name |
| unsetOption($option) X-Ref |
| Unsets some specific style option. param: string $option The option name |
| setOptions(array $options) X-Ref |
| Sets multiple style options at once. param: array $options |
| apply($text) X-Ref |
| Applies the style to a given text. param: string $text The text to style return: string |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |