You are here

class ExtendedListFilesParameters in TMGMT Translator Smartling 8.3

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

Class ExtendedListFilesParameters

@package Smartling\File\Params

Hierarchy

Expanded class hierarchy of ExtendedListFilesParameters

1 file declares its use of ExtendedListFilesParameters
FileApi.php in vendor/smartling/api-sdk-php/src/File/FileApi.php

File

vendor/smartling/api-sdk-php/src/File/Params/ExtendedListFilesParameters.php, line 10

Namespace

Smartling\File\Params
View source
class ExtendedListFilesParameters extends ListFilesParameters {

  /**
   * @param string $status
   *
   * @return ExtendedListFilesParameters
   */
  public function setStatus($status) {
    $this
      ->set('status', $status);
    return $this;
  }

}

Members