You are here

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

Parameters

string $currentClientId:

4 calls to BaseApiAbstract::setCurrentClientId()
BaseApiAbstractTest::setUp in vendor/smartling/api-sdk-php/tests/unit/BaseApiAbstractTest.php
Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.
BaseApiAbstractTest::testClientIdAndClientVersionAndUserAgentExtensionsSpecified in vendor/smartling/api-sdk-php/tests/unit/BaseApiAbstractTest.php
Test custom client id, version and extension in user agent.
BaseApiAbstractTest::testCurrentClientIdAndVersionSpecifiedUserAgentExtensionNotSpecified in vendor/smartling/api-sdk-php/tests/unit/BaseApiAbstractTest.php
Test custom client id and version in user agent.
ConnectorInfo::setUpCurrentClientInfo in src/Smartling/ConnectorInfo.php
Set up current client id and version.

File

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

Class

BaseApiAbstract
Class BaseApiAbstract

Namespace

Smartling

Code

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