Class ApplicationExtension
Application extension for Nette DI.
-
Nette\DI\CompilerExtension
uses
Nette\SmartObject
-
Nette\Bridges\ApplicationDI\ApplicationExtension
Methods summary
public
|
#
__construct( $debugMode = false, array $scanDirs = null, $tempDir = null )
|
public
|
#
loadConfiguration( )
Processes configuration data. Intended to be overridden by descendant.
Processes configuration data. Intended to be overridden by descendant.
Overrides
|
public
|
#
beforeCompile( )
Adjusts DI container before is compiled to PHP class. Intended to be
overridden by descendant.
Adjusts DI container before is compiled to PHP class. Intended to be
overridden by descendant.
Overrides
|
Properties summary
public
array
|
$defaults
|
#[
'debugger' => null,
'errorPresenter' => 'Nette:Error',
'catchExceptions' => null,
'mapping' => null,
'scanDirs' => [],
'scanComposer' => null,
'scanFilter' => 'Presenter',
'silentLinks' => false,
] |