You are here

public function Waitable::wait in TMGMT Translator Smartling 8.3

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

Makes async operation sync.

Parameters

array $data:

Throws

SmartlingApiException

1 method overrides Waitable::wait()
ContextApi::wait in vendor/smartling/api-sdk-php/src/Context/ContextApi.php
Makes async operation sync.

File

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

Class

Waitable
Interface Waitable @package Smartling

Namespace

Smartling

Code

public function wait(array $data);