public function CreateRecordParameters::setTranslationJobName in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.3 vendor/smartling/api-sdk-php/src/AuditLog/Params/CreateRecordParameters.php \Smartling\AuditLog\Params\CreateRecordParameters::setTranslationJobName()
File
- vendor/
smartling/ api-sdk-php/ src/ AuditLog/ Params/ CreateRecordParameters.php, line 80
Class
Namespace
Smartling\AuditLog\ParamsCode
public function setTranslationJobName($translationJobName) {
$this
->set('translationJobName', (string) $translationJobName);
return $this;
}