ClientInterface
        ClientInterface.php
                :
        11
                
    
            Interface
                Methods¶
                
getServiceAlias()
            ¶
    
        
        ClientInterface.php
                :
        25
                
    
        Use as key.
| 
                     | 
                
                    
                     | 
            
Return values
string
                
getServiceFullName()
            ¶
    
        
        ClientInterface.php
                :
        30
                
    
        Use for Human.
| 
                     | 
                
                    
                     | 
            
Return values
string
                
setConfiguration()
            ¶
    
        
        ClientInterface.php
                :
        16
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $configuration | array{: array-key, : string} | - | - | 
                
supportsLanguage()
            ¶
    
        
        ClientInterface.php
                :
        20
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $languageCode | string | - | - | 
Return values
bool
                
translate()
            ¶
    
        
        ClientInterface.php
                :
        18
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $payload | string | - | - | 
| $from | string|null | - | - | 
| $to | string | - | - | 
Return values
string