Class TracyExtension
Tracy extension for Nette DI.
-
Nette\Object
-
Nette\DI\CompilerExtension
-
Tracy\Bridges\Nette\TracyExtension
Methods summary
public
|
|
public
|
#
loadConfiguration( )
Processes configuration data. Intended to be overridden by descendant.
Processes configuration data. Intended to be overridden by descendant.
Overrides
|
public
|
#
afterCompile( Nette\PhpGenerator\ClassType $class )
Adjusts DI container compiled to PHP class. Intended to be overridden by
descendant.
Adjusts DI container compiled to PHP class. Intended to be overridden by
descendant.
Overrides
|
Properties summary
public
array
|
$defaults
|
#array(
'email' => NULL,
'fromEmail' => NULL,
'logSeverity' => NULL,
'editor' => NULL,
'browser' => NULL,
'errorTemplate' => NULL,
'strictMode' => NULL,
'showBar' => NULL,
'maxLen' => NULL,
'maxDepth' => NULL,
'showLocation' => NULL,
'scream' => NULL,
'bar' => array(),
'blueScreen' => array(),
) |