Class TracyExtension
Tracy extension for Nette DI.
- Nette\DI\CompilerExtension uses Nette\SmartObject
- Tracy\Bridges\Nette\TracyExtension
public
|
|
public
|
|
public
|
#
afterCompile(
Adjusts DI container compiled to PHP class. Intended to be overridden by descendant. |
beforeCompile(),
getConfig(),
getContainerBuilder(),
loadFromFile(),
prefix(),
setCompiler(),
setConfig(),
validateConfig()
|
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset(),
extensionMethod(),
getReflection()
|
public
array
|
$defaults
|
# [
'email' => null,
'fromEmail' => null,
'logSeverity' => null,
'editor' => null,
'browser' => null,
'errorTemplate' => null,
'strictMode' => null,
'showBar' => null,
'maxLen' => null,
'maxLength' => null,
'maxDepth' => null,
'showLocation' => null,
'scream' => null,
'bar' => [], // of class name
'blueScreen' => [], // of callback
'editorMapping' => [],
'netteMailer' => true,
] |
$compiler,
$config,
$name
|