You are here

public function ListJobsParameters::setStatuses in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 vendor/smartling/api-sdk-php/src/Jobs/Params/ListJobsParameters.php \Smartling\Jobs\Params\ListJobsParameters::setStatuses()

File

vendor/smartling/api-sdk-php/src/Jobs/Params/ListJobsParameters.php, line 42

Class

ListJobsParameters

Namespace

Smartling\Jobs\Params

Code

public function setStatuses(array $statuses) {
  $this
    ->set('translationJobStatus', $statuses);
}