public function BiblioEntrezClient::setQueryKey in Bibliography Module 7
Same name and namespace in other branches
- 6.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::setQueryKey()
- 6 pubmed/EntrezClient.php \BiblioEntrezClient::setQueryKey()
- 7.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::setQueryKey()
Sets a history search number.
Parameters
int $key:
File
- modules/
pubmed/ EntrezClient.php, line 70 - Provides Entrez client to retrieve items from the NCBI databases.
Class
Code
public function setQueryKey($key) {
$this->queryKey = $key;
}