public function BiblioEntrezClient::getQueryKey in Bibliography Module 6
Same name and namespace in other branches
- 6.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::getQueryKey()
- 7 modules/pubmed/EntrezClient.php \BiblioEntrezClient::getQueryKey()
- 7.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::getQueryKey()
Returns the history search number from the previous ESearch results.
Return value
int
File
- pubmed/
EntrezClient.php, line 78 - EntrezClient.php Provides Entrez client to retrieve items from the NCBI databases Orginally writen by Stefan Freudenberg
Class
- BiblioEntrezClient
- @file EntrezClient.php Provides Entrez client to retrieve items from the NCBI databases Orginally writen by Stefan Freudenberg
Code
public function getQueryKey() {
return $this->queryKey;
}