[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 82 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
FormatterHelper:: (3 methods):
formatSection()
formatBlock()
getName()
Class: FormatterHelper - X-Ref
The Formatter class provides helpers to format messages.formatSection($section, $message, $style = 'info') X-Ref |
Formats a message within a section. param: string $section The section name param: string $message The message param: string $style The style to apply to the section return: string The format section |
formatBlock($messages, $style, $large = false) X-Ref |
Formats a message as a block of text. param: string|array $messages The message to write in the block param: string $style The style to apply to the whole block param: bool $large Whether to return a large block return: string The formatter message |
getName() X-Ref |
{@inheritdoc} |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |