Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (string $message, int $parsedLine=-1, string $snippet=null, string $parsedFile=null, \Throwable $previous=null) | |
getSnippet () | |
setSnippet (string $snippet) | |
getParsedFile () | |
setParsedFile (string $parsedFile) | |
getParsedLine () | |
setParsedLine (int $parsedLine) | |
Fonctions membres privées | |
updateRepr () | |
Attributs privés | |
$parsedFile | |
$parsedLine | |
$snippet | |
$rawMessage | |
Exception class thrown when an error occurs during parsing.
__construct | ( | string | $message, |
int | $parsedLine = -1 , |
||
string | $snippet = null , |
||
string | $parsedFile = null , |
||
\Throwable | $previous = null |
||
) |
string | $message | The error message |
int | $parsedLine | The line where the error occurred |
string | null | $snippet | The snippet of code near the problem |
string | null | $parsedFile | The file name where the error occurred |
Références $message, ParseException\$parsedFile, ParseException\$parsedLine, ParseException\$snippet, Symfony\Contracts\Service\__construct(), et ParseException\updateRepr().
getParsedFile | ( | ) |
Gets the filename where the error occurred.
This method returns null if a string is parsed.
Références ParseException\$parsedFile.
getParsedLine | ( | ) |
Gets the line where the error occurred.
Références ParseException\$parsedLine.
Référencé par LintCommand\validate().
getSnippet | ( | ) |
setParsedFile | ( | string | $parsedFile | ) |
Sets the filename where the error occurred.
Références ParseException\$parsedFile, et ParseException\updateRepr().
setParsedLine | ( | int | $parsedLine | ) |
Sets the line where the error occurred.
Références ParseException\$parsedLine, et ParseException\updateRepr().
Référencé par Parser\doParse(), et Parser\parseValue().
setSnippet | ( | string | $snippet | ) |
Sets the snippet of code near the error.
Références ParseException\$snippet, et ParseException\updateRepr().
Référencé par Parser\doParse(), et Parser\parseValue().
|
private |
Références ParseException\$rawMessage, et null.
Référencé par ParseException\__construct(), ParseException\setParsedFile(), ParseException\setParsedLine(), et ParseException\setSnippet().
|
private |
Référencé par ParseException\__construct(), ParseException\getParsedFile(), et ParseException\setParsedFile().
|
private |
Référencé par ParseException\__construct(), ParseException\getParsedLine(), et ParseException\setParsedLine().
|
private |
Référencé par ParseException\updateRepr().
|
private |
Référencé par ParseException\__construct(), ParseException\getSnippet(), et ParseException\setSnippet().