Class ApplicationExtension
Application extension for Nette DI.
- Nette\Object
-
Nette\DI\CompilerExtension
-
Nette\Bridges\ApplicationDI\ApplicationExtension
Namespace: Nette\Bridges\ApplicationDI
Author: David Grudl
Located at Bridges/ApplicationDI/ApplicationExtension.php
Author: David Grudl
Located at Bridges/ApplicationDI/ApplicationExtension.php
public
|
|
public
|
|
public
|
#
beforeCompile( )
Adjusts DI container before is compiled to PHP class. Intended to be overridden by descendant. |
afterCompile(),
getConfig(),
getContainerBuilder(),
loadFromFile(),
prefix(),
setCompiler(),
setConfig(),
validateConfig()
|
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset(),
extensionMethod(),
getReflection()
|
public
array
|
$defaults | array(
'debugger' => TRUE,
'errorPresenter' => 'Nette:Error',
'catchExceptions' => NULL,
'mapping' => NULL,
'scanDirs' => array(),
'scanComposer' => NULL,
'scanFilter' => 'Presenter',
'silentLinks' => FALSE,
) |
$compiler,
$config,
$name
|
$reflection
|