Class RoutingExtension
Routing extension for Nette DI.
- Nette\Object
- Nette\DI\CompilerExtension
- Nette\Bridges\ApplicationDI\RoutingExtension
public
|
|
public
|
|
public
|
#
beforeCompile( )
Adjusts DI container before is compiled to PHP class. Intended to be overridden by descendant. |
public
|
#
afterCompile(
Adjusts DI container compiled to PHP class. Intended to be overridden by descendant. |
getConfig(),
getContainerBuilder(),
loadFromFile(),
prefix(),
setCompiler(),
setConfig(),
validateConfig()
|
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset(),
extensionMethod(),
getReflection()
|
public
array
|
$defaults
|
# array(
'debugger' => NULL,
'routes' => array(), // of [mask => action]
'cache' => FALSE,
) |
$compiler,
$config,
$name
|
$reflection
|