public function SearchJobsParameters::setHashCodes in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.3 vendor/smartling/api-sdk-php/src/Jobs/Params/SearchJobsParameters.php \Smartling\Jobs\Params\SearchJobsParameters::setHashCodes()
Sets hash codes for searching.
Parameters
array $hashCodes:
File
- vendor/
smartling/ api-sdk-php/ src/ Jobs/ Params/ SearchJobsParameters.php, line 20
Class
- SearchJobsParameters
- Class SearchJobsParameters
Namespace
Smartling\Jobs\ParamsCode
public function setHashCodes(array $hashCodes) {
$this
->set('hashcodes', $hashCodes);
}