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