You are here

public function TranslationSubmissionParamsAbstract::setTargetAssetKey in TMGMT Translator Smartling 8.4

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

Parameters

array $targetAssetKey:

Return value

$this

File

vendor/smartling/api-sdk-php/src/TranslationRequests/Params/TranslationSubmissionParamsAbstract.php, line 15

Class

TranslationSubmissionParamsAbstract
Class TranslationSubmissionParamsAbstract @package Smartling\TranslationRequests\Params

Namespace

Smartling\TranslationRequests\Params

Code

public function setTargetAssetKey(array $targetAssetKey = []) {
  $this
    ->set('targetAssetKey', $targetAssetKey);
  return $this;
}