public function MatchContextParameters::setContentFileUri in TMGMT Translator Smartling 8.3
Same name and namespace in other branches
- 8.4 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\ParamsCode
public function setContentFileUri($contentFileUri) {
$this
->set('contentFileUri', $contentFileUri);
}