ApplicationConfigRestGeneratorRegistryInterface
        ApplicationConfigRestGeneratorRegistryInterface.php
                :
        11
                
    
            Interface
                Methods¶
                
getGenerator()
            ¶
    
        
        ApplicationConfigRestGeneratorRegistryInterface.php
                :
        17
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $namespace | string | - | - | 
| $parameter | string | - | - | 
Return values
ApplicationConfigRestGeneratorInterface
                
getGenerators()
            ¶
    
        
        ApplicationConfigRestGeneratorRegistryInterface.php
                :
        22
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $namespace | string | - | - | 
Return values
iterable<string|int, ApplicationConfigRestGeneratorInterface>
                
hasGenerator()
            ¶
    
        
        ApplicationConfigRestGeneratorRegistryInterface.php
                :
        13
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $namespace | string | - | - | 
| $parameter | string | - | - | 
Return values
bool
                
hasGenerators()
            ¶
    
        
        ApplicationConfigRestGeneratorRegistryInterface.php
                :
        15
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $namespace | string | - | - | 
Return values
bool