You are here

public function ListFilesParameters::setLastUploadedBefore 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::setLastUploadedBefore()
  2. 8.2 api-sdk-php/src/File/Params/ListFilesParameters.php \Smartling\File\Params\ListFilesParameters::setLastUploadedBefore()
  3. 8.2 vendor/smartling/api-sdk-php/src/File/Params/ListFilesParameters.php \Smartling\File\Params\ListFilesParameters::setLastUploadedBefore()

Parameters

string $last_uploaded_before:

Return value

ListFilesParameters

File

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

Class

ListFilesParameters
Class ListFilesParameters

Namespace

Smartling\File\Params

Code

public function setLastUploadedBefore($last_uploaded_before) {
  $this
    ->set('lastUploadedBefore', $last_uploaded_before);
  return $this;
}