protected function BaseApiAbstract::setAuth in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.2 api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::setAuth()
- 8.2 vendor/smartling/api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::setAuth()
- 8.3 vendor/smartling/api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::setAuth()
Parameters
AuthApiInterface $auth:
File
- vendor/
smartling/ api-sdk-php/ src/ BaseApiAbstract.php, line 172
Class
- BaseApiAbstract
- Class BaseApiAbstract
Namespace
SmartlingCode
protected function setAuth(AuthApiInterface $auth) {
$this->auth = $auth;
}