You are here

public function CreateBatchParameters::setAuthorize in TMGMT Translator Smartling 8.4

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

Parameters

$authorize:

Return value

$this

File

vendor/smartling/api-sdk-php/src/Batch/Params/CreateBatchParameters.php, line 31

Class

CreateBatchParameters
Class CreateBatchParameters

Namespace

Smartling\Batch\Params

Code

public function setAuthorize($authorize) {
  $this
    ->set('authorize', (bool) $authorize);
  return $this;
}