You are here

public function Wait::getTimeOut in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 vendor/smartling/api-sdk-php/src/Wait.php \Smartling\Wait::getTimeOut()
  2. 8.2 api-sdk-php/src/Wait.php \Smartling\Wait::getTimeOut()
  3. 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

Smartling

Code

public function getTimeOut() {
  return $this->timeOut;
}