Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (int $severity, string $file, int $line, array $trace=[], int $count=1) | |
getSeverity () | |
getFile () | |
getLine () | |
getTrace () | |
jsonSerialize () | |
Champs de données | |
$count = 1 | |
Attributs privés | |
$severity | |
$file | |
$line | |
$trace | |
Data Object that represents a Silenced Error.
__construct | ( | int | $severity, |
string | $file, | ||
int | $line, | ||
array | $trace = [] , |
||
int | $count = 1 |
||
) |
getFile | ( | ) |
Références SilencedErrorContext\$file.
getLine | ( | ) |
Références SilencedErrorContext\$line.
getSeverity | ( | ) |
Références SilencedErrorContext\$severity.
getTrace | ( | ) |
Références SilencedErrorContext\$trace.
jsonSerialize | ( | ) |
$count = 1 |
Référencé par SilencedErrorContext\__construct(), et SilencedErrorContext\jsonSerialize().
|
private |
|
private |
|
private |
|
private |