You are here

public function SearchJobsParameters::setHashCodes in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 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\Params

Code

public function setHashCodes(array $hashCodes) {
  $this
    ->set('hashcodes', $hashCodes);
}