You are here

public function BiblioEntrezClient::getQueryKey in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::getQueryKey()
  2. 6 pubmed/EntrezClient.php \BiblioEntrezClient::getQueryKey()
  3. 7.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::getQueryKey()

Returns the history search number from the previous ESearch results.

Return value

int

File

modules/pubmed/EntrezClient.php, line 79
Provides Entrez client to retrieve items from the NCBI databases.

Class

BiblioEntrezClient

Code

public function getQueryKey() {
  return $this->queryKey;
}