You are here

public function BiblioEntrezClient::getWebEnvironment in Bibliography Module 7

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

Returns the web environment from the previous ESearch results.

This value may change with each utility call. If WebEnv is used, History search numbers can be included in an ESummary URL, e.g., term=cancer+AND+%23X (where %23 replaces # and X is the History search number).

Return value

string

File

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

Class

BiblioEntrezClient

Code

public function getWebEnvironment() {
  return $this->webEnvironment;
}