public function BiblioEntrezClient::setQueryKey in Bibliography Module 6
Same name and namespace in other branches
- 6.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::setQueryKey()
- 7 modules/pubmed/EntrezClient.php \BiblioEntrezClient::setQueryKey()
- 7.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::setQueryKey()
Sets a history search number.
Parameters
int $key:
File
- pubmed/
EntrezClient.php, line 68 - 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 setQueryKey($key) {
$this->queryKey = $key;
}