public function BiblioEntrezClient::setEmail in Bibliography Module 7
Same name and namespace in other branches
- 6.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::setEmail()
- 6 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
- modules/
pubmed/ EntrezClient.php, line 169 - Provides Entrez client to retrieve items from the NCBI databases.
Class
Code
public function setEmail($email) {
$this->email = $email;
}