public static function BaseApiAbstract::setCurrentClientId in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.2 api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::setCurrentClientId()
- 8.2 vendor/smartling/api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::setCurrentClientId()
- 8.3 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
SmartlingCode
public static function setCurrentClientId($currentClientId) {
self::$currentClientId = $currentClientId;
}