You are here

public function CreateRecordParameters::setBatchUid in TMGMT Translator Smartling 8.3

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

File

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

Class

CreateRecordParameters

Namespace

Smartling\AuditLog\Params

Code

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