interface ParameterInterface in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.2 api-sdk-php/src/Parameters/ParameterInterface.php \Smartling\Parameters\ParameterInterface
- 8.2 vendor/smartling/api-sdk-php/src/Parameters/ParameterInterface.php \Smartling\Parameters\ParameterInterface
- 8.3 vendor/smartling/api-sdk-php/src/Parameters/ParameterInterface.php \Smartling\Parameters\ParameterInterface
Interface ParameterInterface
@package Smartling\Params
Hierarchy
- interface \Smartling\Parameters\ParameterInterface
Expanded class hierarchy of ParameterInterface
All classes that implement ParameterInterface
1 file declares its use of ParameterInterface
- FileApi.php in vendor/
smartling/ api-sdk-php/ src/ File/ FileApi.php
File
- vendor/
smartling/ api-sdk-php/ src/ Parameters/ ParameterInterface.php, line 10
Namespace
Smartling\ParametersView source
interface ParameterInterface {
/**
* Returns associative array with key => value pairs of set params
*
* @return array
*/
public function exportToArray();
/**
* @param string $key
* @param mixed $value
*
* @return void
*/
public function set($key, $value);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ParameterInterface:: |
public | function | Returns associative array with key => value pairs of set params | 1 |
ParameterInterface:: |
public | function | 1 |