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