Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationDI
      • ApplicationLatte
      • ApplicationTracy
      • CacheDI
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsDI
      • FormsLatte
      • Framework
      • HttpDI
      • HttpTracy
      • MailDI
      • ReflectionDI
      • SecurityDI
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Conventions
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
    • Reflection
    • Security
    • Utils
  • none
  • Tracy
    • Bridges
      • Nette

Classes

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

Interfaces

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

Class BlueScreen

Red BlueScreen.

Namespace: Tracy
Located at Tracy/BlueScreen.php
Methods summary
public
# __construct( )
public Tracy\BlueScreen
# addPanel( callable $panel )

Add custom panel.

Add custom panel.

Parameters

$panel

Returns

Tracy\BlueScreen
self
public
# render( Exception|Throwable $exception )

Renders blue screen.

Renders blue screen.

Parameters

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

Returns syntax highlighted source code.

Returns syntax highlighted source code.

Parameters

$file
$line
$lines
$vars

Returns

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

Returns syntax highlighted source code.

Returns syntax highlighted source code.

Parameters

$source
$line
$lines
$vars

Returns

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

Returns highlighted line in HTML code.

Returns highlighted line in HTML code.

Returns

string
string
public boolean
# isCollapsed( string $file )

Should a file be collapsed in stack trace?

Should a file be collapsed in stack trace?

Parameters

$file

Returns

boolean
bool
Properties summary
public string[] $info
#array()
public string[] $collapsePaths

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

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

#array()
Nette 2.3-20161221 API API documentation generated by ApiGen 2.8.0