public function BiblioEntrezClient::fetchResult in Bibliography Module 7
Same name and namespace in other branches
- 6.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::fetchResult()
- 6 pubmed/EntrezClient.php \BiblioEntrezClient::fetchResult()
- 7.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::fetchResult()
File
- modules/
pubmed/ EntrezClient.php, line 420 - Provides Entrez client to retrieve items from the NCBI databases.
Class
Code
public function fetchResult($retStart = 0) {
return $this
->fetchRecords($retStart);
}