You are here

public function Wait::getTimeOut in TMGMT Translator Smartling 8.2

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

Return value

int

File

api-sdk-php/src/Wait.php, line 21

Class

Wait
Trait Wait @package Smartling

Namespace

Smartling

Code

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