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 28
__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 36
Schema getConfigSchema()

No description

Return Value

Schema

at line 61
loadConfiguration()

No description

at line 120
beforeCompile()

No description