public function BiblioEntrezClient::getLastQuery in Bibliography Module 7
Same name and namespace in other branches
- 6.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::getLastQuery()
- 6 pubmed/EntrezClient.php \BiblioEntrezClient::getLastQuery()
- 7.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::getLastQuery()
Returns the URL of the last executed query.
Return value
string
File
- modules/
pubmed/ EntrezClient.php, line 284 - Provides Entrez client to retrieve items from the NCBI databases.
Class
Code
public function getLastQuery() {
return $this->query;
}