You are here

public function ParameterInterface::set in TMGMT Translator Smartling 8.2

Same name in this branch
  1. 8.2 api-sdk-php/src/Parameters/ParameterInterface.php \Smartling\Parameters\ParameterInterface::set()
  2. 8.2 vendor/smartling/api-sdk-php/src/Parameters/ParameterInterface.php \Smartling\Parameters\ParameterInterface::set()
Same name and namespace in other branches
  1. 8.4 vendor/smartling/api-sdk-php/src/Parameters/ParameterInterface.php \Smartling\Parameters\ParameterInterface::set()
  2. 8.3 vendor/smartling/api-sdk-php/src/Parameters/ParameterInterface.php \Smartling\Parameters\ParameterInterface::set()

Parameters

string $key:

mixed $value:

Return value

void

File

vendor/smartling/api-sdk-php/src/Parameters/ParameterInterface.php, line 25

Class

ParameterInterface
Interface ParameterInterface

Namespace

Smartling\Parameters

Code

public function set($key, $value);