| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 62 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|null $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. |
| apply($text) X-Ref |
| Applies the style to a given text. param: string $text The text to style return: string |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |