You are here

public function Waitable::wait in TMGMT Translator Smartling 8.2

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

Makes async operation sync.

Parameters

array $data:

Throws

SmartlingApiException

File

api-sdk-php/src/Waitable.php, line 34

Class

Waitable
Interface Waitable @package Smartling

Namespace

Smartling

Code

public function wait(array $data);