You are here

public static function BaseApiAbstract::setCurrentClientId in TMGMT Translator Smartling 8.2

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

Parameters

string $currentClientId:

1 call to BaseApiAbstract::setCurrentClientId()
SmartlingApiFactory::create in src/Smartling/SmartlingApiFactory.php
Returns API object as a service.

File

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

Class

BaseApiAbstract
Class BaseApiAbstract

Namespace

Smartling

Code

public static function setCurrentClientId($currentClientId) {
  self::$currentClientId = $currentClientId;
}