final class ParametersExtension extends CompilerExtension

Parameters.

Properties

string[] $dynamicParams
string[][] $dynamicValidators

Methods

__construct(array $compilerConfig)

No description

void
loadConfiguration()

Processes configuration data. Intended to be overridden by descendant.

void
afterCompile(ClassType $class)

Adjusts DI container compiled to PHP class. Intended to be overridden by descendant.

Details

at line 31
__construct(array $compilerConfig)

No description

Parameters

array $compilerConfig

at line 37
void loadConfiguration()

Processes configuration data. Intended to be overridden by descendant.

Return Value

void

at line 59
void afterCompile(ClassType $class)

Adjusts DI container compiled to PHP class. Intended to be overridden by descendant.

Parameters

ClassType $class

Return Value

void