You are here

public function BiblioEntrezClient::fetchSummaries in Bibliography Module 6.2

Same name and namespace in other branches
  1. 6 pubmed/EntrezClient.php \BiblioEntrezClient::fetchSummaries()
  2. 7 modules/pubmed/EntrezClient.php \BiblioEntrezClient::fetchSummaries()
  3. 7.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::fetchSummaries()

File

modules/pubmed/EntrezClient.php, line 424
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 fetchSummaries($retStart = 0) {
  return $this
    ->fetchRecords($retStart, TRUE);
}