public function BiblioEntrezClient::setEmail in Bibliography Module 6
Same name and namespace in other branches
- 6.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::setEmail()
- 7 modules/pubmed/EntrezClient.php \BiblioEntrezClient::setEmail()
- 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
- pubmed/
EntrezClient.php, line 172 - 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;
}