You are here

public function CreateBatchParameters::setCallbackUrl in TMGMT Translator Smartling 8.3

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

Parameters

$callbackUrl:

Return value

$this

File

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

Class

CreateBatchParameters
Class CreateBatchParameters

Namespace

Smartling\Batch\Params

Code

public function setCallbackUrl($callbackUrl) {
  $this
    ->set('callbackUrl', $callbackUrl);
  return $this;
}