public function BiblioEntrezClient::getDateRange in Bibliography Module 6
Same name and namespace in other branches
- 6.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::getDateRange()
- 7 modules/pubmed/EntrezClient.php \BiblioEntrezClient::getDateRange()
- 7.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::getDateRange()
Returns the specified date range bounding the results.
Return value
array a pair of dates
File
- pubmed/
EntrezClient.php, line 243 - 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 getDateRange() {
return $this->dateRange;
}