You are here

public function BiblioEntrezClient::setEmail in Bibliography Module 7

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

Sets a contact email address for NCBI.

If you choose to provide an email address, we will use it to contact you if there are problems with your queries or if we are changing software interfaces that might specifically affect your requests. If you choose not to include an email address we cannot provide specific help to you, but you can still sign up for utilities-announce to receive general announcements.

Parameters

string $email:

File

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

Class

BiblioEntrezClient

Code

public function setEmail($email) {
  $this->email = $email;
}