[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 257 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Error:: (10 methods):
__construct()
getRawMessage()
getTemplateLine()
setTemplateLine()
getSourceContext()
setSourceContext()
guess()
appendMessage()
updateRepr()
guessTemplateInfo()
__construct(string $message, int $lineno = -1, $source = null, \Exception $previous = null) X-Ref |
Constructor. Set the line number to -1 to enable its automatic guessing. Set the name to null to enable its automatic guessing. param: string $message The error message param: int $lineno The template line where the error occurred param: Source|string|null $source The source context where the error occurred param: \Exception $previous The previous exception |
getRawMessage() X-Ref |
Gets the raw message. return: string The raw message |
getTemplateLine() X-Ref |
Gets the template line where the error occurred. return: int The template line |
setTemplateLine($lineno) X-Ref |
Sets the template line where the error occurred. param: int $lineno The template line |
getSourceContext() X-Ref |
Gets the source context of the Twig template where the error occurred. return: Source|null |
setSourceContext(Source $source = null) X-Ref |
Sets the source context of the Twig template where the error occurred. |
guess() X-Ref |
No description |
appendMessage($rawMessage) X-Ref |
No description |
updateRepr() X-Ref |
No description |
guessTemplateInfo() X-Ref |
No description |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |