You are here

public function CreateTranslationRequestParams::setTranslationRequestUid in TMGMT Translator Smartling 8.4

Same name and namespace in other branches
  1. 8.3 vendor/smartling/api-sdk-php/src/TranslationRequests/Params/CreateTranslationRequestParams.php \Smartling\TranslationRequests\Params\CreateTranslationRequestParams::setTranslationRequestUid()

Parameters

string $translationRequestUid:

Return value

$this

File

vendor/smartling/api-sdk-php/src/TranslationRequests/Params/CreateTranslationRequestParams.php, line 15

Class

CreateTranslationRequestParams
Class CreateTranslationRequestParams @package Smartling\TranslationRequests\Params

Namespace

Smartling\TranslationRequests\Params

Code

public function setTranslationRequestUid($translationRequestUid) {
  $this
    ->set('translationRequestUid', (string) $translationRequestUid);
  return $this;
}