Helpers
class Helpers
Rendering helpers for Debugger.
Methods
static string
editorLink($file, $line = NULL)
Returns HTML link to editor.
static string
editorUri($file, $line = NULL)
Returns link to editor.
static
formatHtml($mask)
No description
static
findTrace(array $trace, $method, $index = NULL)
No description
static string
getClass($obj)
No description
static
fixStack($exception)
No description
static
fixEncoding($s)
No description
static
errorTypeToString($type)
No description
static
getSource()
No description
static
improveException($e)
No description
static string|null
getSuggestion(array $items, $value)
Finds the best suggestion.
Details
at line 21
static string
editorLink($file, $line = NULL)
Returns HTML link to editor.
at line 46
static string
editorUri($file, $line = NULL)
Returns link to editor.
at line 54
static
formatHtml($mask)
No description
at line 63
static
findTrace(array $trace, $method, $index = NULL)
No description
at line 81
static string
getClass($obj)
No description
at line 88
static
fixStack($exception)
internal |
No description
at line 114
static
fixEncoding($s)
internal |
No description
at line 125
static
errorTypeToString($type)
internal |
No description
at line 149
static
getSource()
internal |
No description
at line 162
static
improveException($e)
internal |
No description
at line 207
static string|null
getSuggestion(array $items, $value)
internal |
Finds the best suggestion.