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