Class Configurator
Initial system DI container generator.
- Nette\Object
- Nette\Configurator
public
|
|
public
|
|
public
boolean
|
|
public
|
|
public
|
|
protected
array
|
|
public
|
|
public
|
|
public
|
|
public
SystemContainer|
|
|
protected
|
|
protected
|
|
public static
boolean
|
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset(),
extensionMethod(),
getReflection()
|
boolean |
AUTO
|
TRUE |
|
string |
DEVELOPMENT
|
'development' |
|
string |
PRODUCTION
|
'production' |
|
boolean |
NONE
|
FALSE |
|
string |
COOKIE_SECRET
|
'nette-debug' |
public
callable[]
|
$onCompile |
|
#
function (Configurator $sender, DI\Compiler $compiler); Occurs after the compiler is created |
public
array
|
$defaultExtensions | array(
'php' => 'Nette\DI\Extensions\PhpExtension',
'constants' => 'Nette\DI\Extensions\ConstantsExtension',
'nette' => 'Nette\Bridges\Framework\NetteExtension',
'database' => 'Nette\Bridges\DatabaseDI\DatabaseExtension',
'extensions' => 'Nette\DI\Extensions\ExtensionsExtension',
) |
|
protected
array
|
$parameters |
|
|
protected
array
|
$files | array() |
public
boolean
|
$debugMode | |
public write-only
|
$tempDirectory |
$reflection
|