You are here

protected function BaseApiAbstract::getBaseUrl in TMGMT Translator Smartling 8.3

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

Return value

string

1 call to BaseApiAbstract::getBaseUrl()
BaseApiAbstract::normalizeUri in vendor/smartling/api-sdk-php/src/BaseApiAbstract.php

File

vendor/smartling/api-sdk-php/src/BaseApiAbstract.php, line 148

Class

BaseApiAbstract
Class BaseApiAbstract

Namespace

Smartling

Code

protected function getBaseUrl() {
  return $this->baseUrl;
}