Namespaces

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Diagnostics
      • Extensions
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
      • Diagnostics
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • PhpGenerator
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
  • NetteModule
  • none

Classes

  • Bar
  • BlueScreen
  • Debugger
  • Dumper
  • FireLogger
  • Helpers
  • Logger
  • OutputDebugger

Interfaces

  • IBarPanel
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class BlueScreen

Red BlueScreen.

Nette\Object
Extended by Nette\Diagnostics\BlueScreen
Namespace: Nette\Diagnostics
Author: David Grudl
Located at Diagnostics/BlueScreen.php
Methods summary
public Nette\Diagnostics\BlueScreen
# addPanel( callable $panel )

Add custom panel.

Add custom panel.

Parameters

$panel
callable

Returns

Nette\Diagnostics\BlueScreen
public
# render( Exception|Throwable $exception )

Renders blue screen.

Renders blue screen.

Parameters

$exception
Exception|Throwable
public static string
# highlightFile( string $file, integer $line, integer $lines = 15, $vars = array() )

Returns syntax highlighted source code.

Returns syntax highlighted source code.

Parameters

$file
string
$line
integer
$lines
integer
$vars

Returns

string
public static string
# highlightPhp( string $source, integer $line, integer $lines = 15, $vars = array() )

Returns syntax highlighted source code.

Returns syntax highlighted source code.

Parameters

$source
string
$line
integer
$lines
integer
$vars

Returns

string
public static string
# highlightLine( $html, $line, $lines = 15 )

Returns highlighted line in HTML code.

Returns highlighted line in HTML code.

Returns

string
public boolean
# isCollapsed( string $file )

Should a file be collapsed in stack trace?

Should a file be collapsed in stack trace?

Parameters

$file
string

Returns

boolean
Methods inherited from Nette\Object
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Properties summary
public string[] $collapsePaths array()
#

paths to be collapsed in stack trace (e.g. core libraries)

paths to be collapsed in stack trace (e.g. core libraries)

Magic properties inherited from Nette\Object
$reflection
Nette 2.1 API documentation generated by ApiGen 2.8.0