[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 71 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
OutputFormatterInterface:: (6 methods):
setDecorated()
isDecorated()
setStyle()
hasStyle()
getStyle()
format()
Interface: OutputFormatterInterface - X-Ref
Formatter interface for console output.setDecorated($decorated) X-Ref |
Sets the decorated flag. param: bool $decorated Whether to decorate the messages or not |
isDecorated() X-Ref |
Gets the decorated flag. return: bool true if the output will decorate messages, false otherwise |
setStyle($name, OutputFormatterStyleInterface $style) X-Ref |
Sets a new style. param: string $name The style name param: OutputFormatterStyleInterface $style The style instance |
hasStyle($name) X-Ref |
Checks if output formatter has style with specified name. param: string $name return: bool |
getStyle($name) X-Ref |
Gets style options from style with specified name. param: string $name return: OutputFormatterStyleInterface |
format($message) X-Ref |
Formats a message according to the given styles. param: string $message The message to style return: string The styled message |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |