public function Wait::getTimeOut in TMGMT Translator Smartling 8.3
Same name and namespace in other branches
- 8.4 vendor/smartling/api-sdk-php/src/Wait.php \Smartling\Wait::getTimeOut()
- 8.2 api-sdk-php/src/Wait.php \Smartling\Wait::getTimeOut()
- 8.2 vendor/smartling/api-sdk-php/src/Wait.php \Smartling\Wait::getTimeOut()
Return value
int
2 calls to Wait::getTimeOut()
- ContextApi::getAllMissingResources in vendor/
smartling/ api-sdk-php/ src/ Context/ ContextApi.php - Get all missing resources.
- ContextApi::wait in vendor/
smartling/ api-sdk-php/ src/ Context/ ContextApi.php - Makes async operation sync.
File
- vendor/
smartling/ api-sdk-php/ src/ Wait.php, line 21
Class
- Wait
- Trait Wait @package Smartling
Namespace
SmartlingCode
public function getTimeOut() {
return $this->timeOut;
}