public function CreateRecordParameters::setSourceLocaleId 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::setSourceLocaleId()
File
- vendor/
smartling/ api-sdk-php/ src/ AuditLog/ Params/ CreateRecordParameters.php, line 62
Class
Namespace
Smartling\AuditLog\ParamsCode
public function setSourceLocaleId($sourceLocaleId) {
$this
->set('sourceLocaleId', (string) $sourceLocaleId);
return $this;
}