protected function BaseApiAbstract::getBaseUrl in TMGMT Translator Smartling 8.2
Same name in this branch
- 8.2 api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::getBaseUrl()
- 8.2 vendor/smartling/api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::getBaseUrl()
Same name and namespace in other branches
- 8.4 vendor/smartling/api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::getBaseUrl()
- 8.3 vendor/smartling/api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::getBaseUrl()
Return value
string
2 calls to BaseApiAbstract::getBaseUrl()
- BaseApiAbstract::normalizeUri in api-sdk-php/
src/ BaseApiAbstract.php - BaseApiAbstract::normalizeUri in vendor/
smartling/ api-sdk-php/ src/ BaseApiAbstract.php
File
- vendor/
smartling/ api-sdk-php/ src/ BaseApiAbstract.php, line 128
Class
- BaseApiAbstract
- Class BaseApiAbstract
Namespace
SmartlingCode
protected function getBaseUrl() {
return $this->baseUrl;
}