FileLinkFormatter
in package
Formats debug file links.
Tags
Table of Contents
- $baseDir : mixed
- $fileLinkFormat : mixed
- $requestStack : mixed
- $urlFormat : mixed
- __construct() : mixed
- format() : mixed
- getFileLinkFormat() : mixed
Properties
$baseDir
private
mixed
$baseDir
$fileLinkFormat
private
mixed
$fileLinkFormat
$requestStack
private
mixed
$requestStack
$urlFormat
private
mixed
$urlFormat
Methods
__construct()
public
__construct([mixed $fileLinkFormat = null ][, RequestStack $requestStack = null ][, string $baseDir = null ][, string|Closure $urlFormat = null ]) : mixed
Parameters
- $fileLinkFormat : mixed = null
- $requestStack : RequestStack = null
- $baseDir : string = null
- $urlFormat : string|Closure = null
-
the URL format, or a closure that returns it on-demand
Return values
mixed —format()
public
format(mixed $file, mixed $line) : mixed
Parameters
- $file : mixed
- $line : mixed
Return values
mixed —getFileLinkFormat()
private
getFileLinkFormat() : mixed