ResolvesDumpSource
trait ResolvesDumpSource (View source)
Properties
protected array<string,string> | $editorHrefs | All of the href formats for common editors. |
|
static protected array<string,int> | $adjustableTraces | Files that require special trace handling and their levels. |
|
static protected | $dumpSourceResolver |
Methods
resolveDumpSource()
Resolve the source of the dump call.
bool
isCompiledViewFile(string $file)
Determine if the given file is a view compiled.
string
getOriginalFileForCompiledView(string $file)
Get the original view compiled file by the given compiled file.
string|null
resolveSourceHref(string $file, int|null $line)
Resolve the source href, if possible.
static
resolveDumpSourceUsing($callable)
No description
static void
dontIncludeSource()
Don't include the location / file of the dump in dumps.
Details
resolveDumpSource()
Resolve the source of the dump call.
protected bool
isCompiledViewFile(string $file)
Determine if the given file is a view compiled.
protected string
getOriginalFileForCompiledView(string $file)
Get the original view compiled file by the given compiled file.
protected string|null
resolveSourceHref(string $file, int|null $line)
Resolve the source href, if possible.
static
resolveDumpSourceUsing($callable)
No description
static void
dontIncludeSource()
Don't include the location / file of the dump in dumps.