FileAccess Orion

FileLinkFormatter
in package

Formats debug file links.

Tags
author

Jérémy Romey jeremy@free-agent.fr

final

since Symfony 4.3

Table of Contents

$baseDir  : mixed
$fileLinkFormat  : mixed
$requestStack  : mixed
$urlFormat  : mixed
__construct()  : mixed
format()  : mixed
getFileLinkFormat()  : mixed

Properties

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
Return values
mixed

Search results