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
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 30
__construct()
No description
at line 43
BlueScreen
addPanel($panel)
Add custom panel.
at line 57
void
render($exception)
Renders blue screen.
at line 72
static string
highlightFile($file, $line, $lines = 15, array $vars = NULL)
Returns syntax highlighted source code.
at line 92
static string
highlightPhp($source, $line, $lines = 15, array $vars = NULL)
Returns syntax highlighted source code.
at line 128
static string
highlightLine($html, $line, $lines = 15)
Returns highlighted line in HTML code.
at line 173
bool
isCollapsed($file)
Should a file be collapsed in stack trace?