Helpers
class Helpers
Rendering helpers for Debugger.
Methods
static string
editorLink(string $file, int $line = null)
Returns HTML link to editor.
static string|null
editorUri(string $file, int $line = null, string $action = 'open', string $search = '', string $replace = '')
Returns link to editor.
static string
formatHtml(string $mask)
No description
static string
escapeHtml($s)
No description
static array|null
findTrace(array $trace, $method, int $index = null)
No description
static string
getClass($obj)
No description
static string
fixEncoding(string $s)
No description
static string
errorTypeToString(int $type)
No description
static string
getSource()
No description
static void
static string
improveError(string $message, array $context = [])
No description
static string|null
guessClassFile(string $class)
No description
static string|null
getSuggestion(array $items, string $value)
Finds the best suggestion.
static bool
isHtmlMode()
No description
static bool
isAjax()
No description
static string|null
getNonce()
No description
Details
at line 22
static string
editorLink(string $file, int $line = null)
Returns HTML link to editor.
at line 47
static string|null
editorUri(string $file, int $line = null, string $action = 'open', string $search = '', string $replace = '')
Returns link to editor.
at line 64
static string
formatHtml(string $mask)
No description
at line 73
static string
escapeHtml($s)
No description
at line 79
static array|null
findTrace(array $trace, $method, int $index = null)
No description
at line 97
static string
getClass($obj)
No description
at line 130
static string
fixEncoding(string $s)
internal |
No description
at line 137
static string
errorTypeToString(int $type)
internal |
No description
at line 161
static string
getSource()
internal |
No description
at line 175
static void
improveException(Throwable $e)
internal |
No description
at line 224
static string
improveError(string $message, array $context = [])
internal |
No description
at line 241
static string|null
guessClassFile(string $class)
internal |
No description
at line 267
static string|null
getSuggestion(array $items, string $value)
internal |
Finds the best suggestion.
at line 283
static bool
isHtmlMode()
internal |
No description
at line 292
static bool
isAjax()
internal |
No description
at line 299
static string|null
getNonce()
internal |
No description