public function ContextApi::matchContextSync in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.2 api-sdk-php/src/Context/ContextApi.php \Smartling\Context\ContextApi::matchContextSync()
- 8.2 vendor/smartling/api-sdk-php/src/Context/ContextApi.php \Smartling\Context\ContextApi::matchContextSync()
- 8.3 vendor/smartling/api-sdk-php/src/Context/ContextApi.php \Smartling\Context\ContextApi::matchContextSync()
Match context sync.
Parameters
$contextUid:
\Smartling\Context\Params\MatchContextParameters $params:
Throws
\Smartling\Exceptions\SmartlingApiException
File
- vendor/
smartling/ api-sdk-php/ src/ Context/ ContextApi.php, line 157
Class
- ContextApi
- Class ContextApi
Namespace
Smartling\ContextCode
public function matchContextSync($contextUid, MatchContextParameters $params = null) {
$this
->wait($this
->matchContext($contextUid, $params));
}