public static function BaseApiAbstract::setCurrentClientVersion in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.2 api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::setCurrentClientVersion()
- 8.2 vendor/smartling/api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::setCurrentClientVersion()
- 8.3 vendor/smartling/api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::setCurrentClientVersion()
Parameters
string $currentClientVersion:
4 calls to BaseApiAbstract::setCurrentClientVersion()
- 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 87
Class
- BaseApiAbstract
- Class BaseApiAbstract
Namespace
SmartlingCode
public static function setCurrentClientVersion($currentClientVersion) {
self::$currentClientVersion = $currentClientVersion;
}