SilencedErrorContext
in package
implements
JsonSerializable
Data Object that represents a Silenced Error.
Tags
Table of Contents
Interfaces
- JsonSerializable
Properties
Methods
- __construct() : mixed
- getFile() : mixed
- getLine() : mixed
- getSeverity() : mixed
- getTrace() : mixed
- JsonSerialize() : mixed
Properties
$count
public
mixed
$count
= 1
$file
private
mixed
$file
$line
private
mixed
$line
$severity
private
mixed
$severity
$trace
private
mixed
$trace
Methods
__construct()
public
__construct(mixed $severity, mixed $file, mixed $line[, array<string|int, mixed> $trace = array() ][, mixed $count = 1 ]) : mixed
Parameters
- $severity : mixed
- $file : mixed
- $line : mixed
- $trace : array<string|int, mixed> = array()
- $count : mixed = 1
getFile()
public
getFile() : mixed
getLine()
public
getLine() : mixed
getSeverity()
public
getSeverity() : mixed
getTrace()
public
getTrace() : mixed
JsonSerialize()
public
JsonSerialize() : mixed