[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 185 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
MessageFormatter:: (3 methods):
__construct()
format()
headers()
Class: MessageFormatter - X-Ref
Formats log messages using variable substitutions for requests, responses,__construct($template = self::CLF) X-Ref |
param: string $template Log message template |
format(RequestInterface $request,ResponseInterface $response = null,\Exception $error = null) X-Ref |
Returns a formatted message string. param: RequestInterface $request Request that was sent param: ResponseInterface $response Response that was received param: \Exception $error Exception that was received return: string |
headers(MessageInterface $message) X-Ref |
No description |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |