| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 146 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ParseException:: (8 methods):
__construct()
getSnippet()
setSnippet()
getParsedFile()
setParsedFile()
getParsedLine()
setParsedLine()
updateRepr()
Class: ParseException - X-Ref
Exception class thrown when an error occurs during parsing.| __construct($message, $parsedLine = -1, $snippet = null, $parsedFile = null, \Exception $previous = null) X-Ref |
| Constructor. param: string $message The error message param: int $parsedLine The line where the error occurred param: int $snippet The snippet of code near the problem param: string $parsedFile The file name where the error occurred param: \Exception $previous The previous exception |
| getSnippet() X-Ref |
| Gets the snippet of code near the error. return: string The snippet of code |
| setSnippet($snippet) X-Ref |
| Sets the snippet of code near the error. param: string $snippet The code snippet |
| getParsedFile() X-Ref |
| Gets the filename where the error occurred. This method returns null if a string is parsed. return: string The filename |
| setParsedFile($parsedFile) X-Ref |
| Sets the filename where the error occurred. param: string $parsedFile The filename |
| getParsedLine() X-Ref |
| Gets the line where the error occurred. return: int The file line |
| setParsedLine($parsedLine) X-Ref |
| Sets the line where the error occurred. param: int $parsedLine The file line |
| updateRepr() X-Ref |
| No description |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |