final class DIExtension extends CompilerExtension

Dependency injection extension that integrates asset management into Nette application.

Provides configuration of asset mappers and their mapping to URL paths.

Constants

private VitePort

Methods

__construct(DynamicParameter|null $baseUrl = null, string|null $basePath = null, bool $debugMode = false)

No description

Schema
getConfigSchema()

No description

loadConfiguration()

No description

beforeCompile()

No description

Details

at line 27
__construct(DynamicParameter|null $baseUrl = null, string|null $basePath = null, bool $debugMode = false)

No description

Parameters

DynamicParameter|null $baseUrl
string|null $basePath
bool $debugMode

at line 35
Schema getConfigSchema()

No description

Return Value

Schema

at line 60
loadConfiguration()

No description

at line 119
beforeCompile()

No description