You are here

public function SearchRecordParameters::setSearchQuery in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 vendor/smartling/api-sdk-php/src/AuditLog/Params/SearchRecordParameters.php \Smartling\AuditLog\Params\SearchRecordParameters::setSearchQuery()

File

vendor/smartling/api-sdk-php/src/AuditLog/Params/SearchRecordParameters.php, line 19

Class

SearchRecordParameters

Namespace

Smartling\AuditLog\Params

Code

public function setSearchQuery($searchQuery) {
  $this
    ->set('q', (string) $searchQuery);
  return $this;
}