You are here

public function ContextApi::matchContextSync in TMGMT Translator Smartling 8.2

Same name in this branch
  1. 8.2 api-sdk-php/src/Context/ContextApi.php \Smartling\Context\ContextApi::matchContextSync()
  2. 8.2 vendor/smartling/api-sdk-php/src/Context/ContextApi.php \Smartling\Context\ContextApi::matchContextSync()
Same name and namespace in other branches
  1. 8.4 vendor/smartling/api-sdk-php/src/Context/ContextApi.php \Smartling\Context\ContextApi::matchContextSync()
  2. 8.3 vendor/smartling/api-sdk-php/src/Context/ContextApi.php \Smartling\Context\ContextApi::matchContextSync()

Match context sync.

Parameters

$contextUid:

Throws

\Smartling\Exceptions\SmartlingApiException

File

vendor/smartling/api-sdk-php/src/Context/ContextApi.php, line 147

Class

ContextApi
Class ContextApi

Namespace

Smartling\Context

Code

public function matchContextSync($contextUid) {
  $this
    ->wait($this
    ->matchContext($contextUid));
}