ParametersExtension
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 34
__construct(array $compilerConfig)
No description
at line 40
void
loadConfiguration()
Processes configuration data. Intended to be overridden by descendant.
at line 57
void
afterCompile(ClassType $class)
Adjusts DI container compiled to PHP class. Intended to be overridden by descendant.