ExceptionTraceCleaner
Table of Contents
-
$mainPath
: string
-
__construct()
: mixed
-
cleanPath()
: string
-
getTrace()
: array<int, string>
$mainPath
private
string
$mainPath
__construct()
public
__construct(string $mainPath) : mixed
Parameters
-
$mainPath
: string
-
Return values
mixed
—
cleanPath()
public
cleanPath(string $path) : string
Parameters
-
$path
: string
-
Return values
string
—
getTrace()
public
getTrace([int $start = 0 ][, array<int, array<string, mixed>>|null $trace = null ]) : array<int, string>
Parameters
-
$start
: int
= 0
-
-
$trace
: array<int, array<string, mixed>>|null
= null
-
Return values
array<int, string>
—