You are here

protected function BaseApiAbstract::setBaseUrl 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::setBaseUrl()
  2. 8.2 api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::setBaseUrl()
  3. 8.2 vendor/smartling/api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::setBaseUrl()

Parameters

string $baseUrl:

3 calls to BaseApiAbstract::setBaseUrl()
AuditLogApi::__construct in vendor/smartling/api-sdk-php/src/AuditLog/AuditLogApi.php
BaseApiAbstract constructor.
BaseApiAbstract::__construct in vendor/smartling/api-sdk-php/src/BaseApiAbstract.php
BaseApiAbstract constructor.
ProgressTrackerApi::__construct in vendor/smartling/api-sdk-php/src/ProgressTracker/ProgressTrackerApi.php
BaseApiAbstract constructor.

File

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

Class

BaseApiAbstract
Class BaseApiAbstract

Namespace

Smartling

Code

protected function setBaseUrl($baseUrl) {
  $this->baseUrl = $baseUrl;
}