You are here

public function ListFilesParameters::setFileTypes in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 vendor/smartling/api-sdk-php/src/File/Params/ListFilesParameters.php \Smartling\File\Params\ListFilesParameters::setFileTypes()
  2. 8.2 api-sdk-php/src/File/Params/ListFilesParameters.php \Smartling\File\Params\ListFilesParameters::setFileTypes()
  3. 8.2 vendor/smartling/api-sdk-php/src/File/Params/ListFilesParameters.php \Smartling\File\Params\ListFilesParameters::setFileTypes()

Parameters

string $file_types:

Return value

ListFilesParameters

File

vendor/smartling/api-sdk-php/src/File/Params/ListFilesParameters.php, line 32

Class

ListFilesParameters
Class ListFilesParameters

Namespace

Smartling\File\Params

Code

public function setFileTypes($file_types) {
  $this
    ->set('fileTypes[]', $file_types);
  return $this;
}