public function Waitable::wait in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.2 api-sdk-php/src/Waitable.php \Smartling\Waitable::wait()
- 8.2 vendor/smartling/api-sdk-php/src/Waitable.php \Smartling\Waitable::wait()
- 8.3 vendor/smartling/api-sdk-php/src/Waitable.php \Smartling\Waitable::wait()
Makes async operation sync.
Parameters
array $data:
Throws
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
SmartlingCode
public function wait(array $data);