You are here

public function BiblioEntrezClient::getDateRange in Bibliography Module 7

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

Returns the specified date range bounding the results.

Return value

array a pair of dates

File

modules/pubmed/EntrezClient.php, line 237
Provides Entrez client to retrieve items from the NCBI databases.

Class

BiblioEntrezClient

Code

public function getDateRange() {
  return $this->dateRange;
}