You are here

public function BaseParameters::set in TMGMT Translator Smartling 8.2

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

@inheritdoc

File

api-sdk-php/src/Parameters/BaseParameters.php, line 29

Class

BaseParameters
Class BaseParameters

Namespace

Smartling\Parameters

Code

public function set($key, $value) {
  $this->params[$key] = $value;
}