public function SearchTranslationRequestParams::setTargetLocaleId in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.3 vendor/smartling/api-sdk-php/src/TranslationRequests/Params/SearchTranslationRequestParams.php \Smartling\TranslationRequests\Params\SearchTranslationRequestParams::setTargetLocaleId()
Parameters
string $targetLocaleId:
Return value
$this
File
- vendor/
smartling/ api-sdk-php/ src/ TranslationRequests/ Params/ SearchTranslationRequestParams.php, line 73
Class
- SearchTranslationRequestParams
- Class SearchTranslationRequestParams @package Smartling\TranslationRequests\Params
Namespace
Smartling\TranslationRequests\ParamsCode
public function setTargetLocaleId($targetLocaleId) {
$this
->set('targetLocaleId', (string) $targetLocaleId);
return $this;
}