You are here

public function CreateRecordParameters::setTargetLocaleIds in TMGMT Translator Smartling 8.4

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

File

vendor/smartling/api-sdk-php/src/AuditLog/Params/CreateRecordParameters.php, line 68

Class

CreateRecordParameters

Namespace

Smartling\AuditLog\Params

Code

public function setTargetLocaleIds(array $targetLocaleIds) {
  $this
    ->set('targetLocaleIds', $targetLocaleIds);
  return $this;
}