You are here

class ExtendedListFilesParameters 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
  2. 8.2 vendor/smartling/api-sdk-php/src/File/Params/ExtendedListFilesParameters.php \Smartling\File\Params\ExtendedListFilesParameters
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.3 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

2 files declare their use of ExtendedListFilesParameters
FileApi.php in api-sdk-php/src/File/FileApi.php
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