public function TranslationRequestParamsAbstract::setTitle in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.3 vendor/smartling/api-sdk-php/src/TranslationRequests/Params/TranslationRequestParamsAbstract.php \Smartling\TranslationRequests\Params\TranslationRequestParamsAbstract::setTitle()
Parameters
$title:
Return value
$this
File
- vendor/
smartling/ api-sdk-php/ src/ TranslationRequests/ Params/ TranslationRequestParamsAbstract.php, line 15
Class
- TranslationRequestParamsAbstract
- Class TranslationRequestParamsAbstract @package Smartling\TranslationRequests\Params
Namespace
Smartling\TranslationRequests\ParamsCode
public function setTitle($title) {
$this
->set('title', (string) $title);
return $this;
}