You are here

public function MatchContextParameters::setContentFileUri in TMGMT Translator Smartling 8.4

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

File

vendor/smartling/api-sdk-php/src/Context/Params/MatchContextParameters.php, line 14

Class

MatchContextParameters
Class MatchContextParameters @package Context\Params

Namespace

Smartling\Context\Params

Code

public function setContentFileUri($contentFileUri) {
  $this
    ->set('contentFileUri', $contentFileUri);
}