You are here

public function ExtendedListFilesParameters::setStatus in TMGMT Translator Smartling 8.2

Same name in this branch
  1. 8.2 api-sdk-php/src/File/Params/ExtendedListFilesParameters.php \Smartling\File\Params\ExtendedListFilesParameters::setStatus()
  2. 8.2 vendor/smartling/api-sdk-php/src/File/Params/ExtendedListFilesParameters.php \Smartling\File\Params\ExtendedListFilesParameters::setStatus()
Same name and namespace in other branches
  1. 8.4 vendor/smartling/api-sdk-php/src/File/Params/ExtendedListFilesParameters.php \Smartling\File\Params\ExtendedListFilesParameters::setStatus()
  2. 8.3 vendor/smartling/api-sdk-php/src/File/Params/ExtendedListFilesParameters.php \Smartling\File\Params\ExtendedListFilesParameters::setStatus()

Parameters

string $status:

Return value

ExtendedListFilesParameters

File

api-sdk-php/src/File/Params/ExtendedListFilesParameters.php, line 16

Class

ExtendedListFilesParameters
Class ExtendedListFilesParameters

Namespace

Smartling\File\Params

Code

public function setStatus($status) {
  $this
    ->set('status', $status);
  return $this;
}