BlueScreen
class BlueScreen
Red BlueScreen.
Properties
string[] | $info | ||
string[] | $collapsePaths |
Methods
__construct()
No description
addPanel($panel)
Add custom panel.
void
render($exception)
Renders blue screen.
static string|null
highlightFile($file, $line, $lines = 15, array $vars = NULL)
Returns syntax highlighted source code.
static string
highlightPhp($source, $line, $lines = 15, array $vars = NULL)
Returns syntax highlighted source code.
static string
highlightLine($html, $line, $lines = 15)
Returns highlighted line in HTML code.
bool
isCollapsed($file)
Should a file be collapsed in stack trace?
Details
at line 26
__construct()
No description
at line 39
BlueScreen
addPanel($panel)
Add custom panel.
at line 53
void
render($exception)
Renders blue screen.
at line 77
static string|null
highlightFile($file, $line, $lines = 15, array $vars = NULL)
Returns syntax highlighted source code.
at line 97
static string
highlightPhp($source, $line, $lines = 15, array $vars = NULL)
Returns syntax highlighted source code.
at line 133
static string
highlightLine($html, $line, $lines = 15)
Returns highlighted line in HTML code.
at line 178
bool
isCollapsed($file)
Should a file be collapsed in stack trace?