public function ExtendedListFilesParameters::setStatus in TMGMT Translator Smartling 8.2
Same name in this branch
- 8.2 api-sdk-php/src/File/Params/ExtendedListFilesParameters.php \Smartling\File\Params\ExtendedListFilesParameters::setStatus()
- 8.2 vendor/smartling/api-sdk-php/src/File/Params/ExtendedListFilesParameters.php \Smartling\File\Params\ExtendedListFilesParameters::setStatus()
Same name and namespace in other branches
- 8.4 vendor/smartling/api-sdk-php/src/File/Params/ExtendedListFilesParameters.php \Smartling\File\Params\ExtendedListFilesParameters::setStatus()
- 8.3 vendor/smartling/api-sdk-php/src/File/Params/ExtendedListFilesParameters.php \Smartling\File\Params\ExtendedListFilesParameters::setStatus()
Parameters
string $status:
Return value
File
- vendor/
smartling/ api-sdk-php/ src/ File/ Params/ ExtendedListFilesParameters.php, line 16
Class
- ExtendedListFilesParameters
- Class ExtendedListFilesParameters
Namespace
Smartling\File\ParamsCode
public function setStatus($status) {
$this
->set('status', $status);
return $this;
}