You are here

public function CreateBatchParameters::setTranslationJobUid in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 vendor/smartling/api-sdk-php/src/Batch/Params/CreateBatchParameters.php \Smartling\Batch\Params\CreateBatchParameters::setTranslationJobUid()

Parameters

$uid:

Return value

$this

File

vendor/smartling/api-sdk-php/src/Batch/Params/CreateBatchParameters.php, line 20

Class

CreateBatchParameters
Class CreateBatchParameters

Namespace

Smartling\Batch\Params

Code

public function setTranslationJobUid($uid) {
  $this
    ->set('translationJobUid', $uid);
  return $this;
}