ComponentRegistryInterface
        ComponentRegistryInterface.php
                :
        11
                
    
            Interface
                Methods¶
                
addComponent()
            ¶
    
        
        ComponentRegistryInterface.php
                :
        13
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $group | string | - | - | 
| $serviceId | string | - | - | 
| $component | ComponentInterface | - | - | 
                
getComponents()
            ¶
    
        
        ComponentRegistryInterface.php
                :
        18
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $group | string | - | - | 
Return values
array<string|int, ComponentInterface>
                
setComponents()
            ¶
    
        
        ComponentRegistryInterface.php
                :
        23
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $group | string | - | - | 
| $components | array<string|int, ComponentInterface> | - | - |