class ExtendedListFilesParameters in TMGMT Translator Smartling 8.2
Same name in this branch
- 8.2 api-sdk-php/src/File/Params/ExtendedListFilesParameters.php \Smartling\File\Params\ExtendedListFilesParameters
- 8.2 vendor/smartling/api-sdk-php/src/File/Params/ExtendedListFilesParameters.php \Smartling\File\Params\ExtendedListFilesParameters
Same name and namespace in other branches
- 8.4 vendor/smartling/api-sdk-php/src/File/Params/ExtendedListFilesParameters.php \Smartling\File\Params\ExtendedListFilesParameters
- 8.3 vendor/smartling/api-sdk-php/src/File/Params/ExtendedListFilesParameters.php \Smartling\File\Params\ExtendedListFilesParameters
Class ExtendedListFilesParameters
@package Smartling\File\Params
Hierarchy
- class \Smartling\File\Params\ExtendedListFilesParameters extends \Smartling\File\Params\ListFilesParameters
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\ParamsView source
class ExtendedListFilesParameters extends ListFilesParameters {
/**
* @param string $status
*
* @return ExtendedListFilesParameters
*/
public function setStatus($status) {
$this
->set('status', $status);
return $this;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ExtendedListFilesParameters:: |
public | function |