You are here

public function BiblioEntrezClient::setEmail in Bibliography Module 6.2

Same name and namespace in other branches
  1. 6 pubmed/EntrezClient.php \BiblioEntrezClient::setEmail()
  2. 7 modules/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 174
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 setEmail($email) {
  $this->email = $email;
}