You are here

public function SearchTranslationRequestParams::setWithoutBatchUid in TMGMT Translator Smartling 8.4

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

File

vendor/smartling/api-sdk-php/src/TranslationRequests/Params/SearchTranslationRequestParams.php, line 147

Class

SearchTranslationRequestParams
Class SearchTranslationRequestParams @package Smartling\TranslationRequests\Params

Namespace

Smartling\TranslationRequests\Params

Code

public function setWithoutBatchUid() {
  $this
    ->set('withoutBatchUid', 1);
  return $this;
}