You are here

public function BiblioEntrezPubmedArticle::getId in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/pubmed/EntrezPubmedArticle.php \BiblioEntrezPubmedArticle::getId()
  2. 6 pubmed/EntrezPubmedArticle.php \BiblioEntrezPubmedArticle::getId()
  3. 7.2 modules/pubmed/EntrezPubmedArticle.php \BiblioEntrezPubmedArticle::getId()

File

modules/pubmed/EntrezPubmedArticle.php, line 52
Provides a class for handling PubMed articles retrieved with EFetch.

Class

BiblioEntrezPubmedArticle

Code

public function getId() {
  return $this->id;
}