You are here

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

Parameters

ClientInterface $httpClient:

1 call to BaseApiAbstract::setHttpClient()
BaseApiAbstract::__construct in vendor/smartling/api-sdk-php/src/BaseApiAbstract.php
BaseApiAbstract constructor.

File

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

Class

BaseApiAbstract
Class BaseApiAbstract

Namespace

Smartling

Code

protected function setHttpClient($httpClient) {
  $this->httpClient = $httpClient;
}