/Debug.templates/bluescreen.phtml


Nette Framework - Debugger bluescreen template.

Copyright (c) 2004, 2009 David Grudl (http://davidgrudl.com)

This source file is subject to the "Nette license" that is bundled with this package in the file license.txt.

For more information please see https://nette.org

Author: David Grudl
Version: $Id$
Copyright: Copyright (c) 2004, 2009 David Grudl
Link: https://nette.org
Filesource: Source Code for this file
License: Nette license
Function Summary
void
Closes panel.
void
_netteDebugPrintCode (string $file, int $line, [int $count = 15])
Prints source code.
void
_netteOpenPanel (string $name, bool $collapsed)
Opens panel.
Function Details

line 110

_netteClosePanel

void _netteClosePanel ()

Closes panel.

line 39

_netteDebugPrintCode

void _netteDebugPrintCode (string $file, int $line, [int $count = 15])

Prints source code.

Input
string $file
int $line
int $count

line 92

_netteOpenPanel

void _netteOpenPanel (string $name, bool $collapsed)

Opens panel.

Input
string $name
bool $collapsed