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