You are here

public function BiblioEntrezPubmedArticle::getMd5 in Bibliography Module 7

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

Returns the md5 hash of the serialized XML.

Return value

string

File

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

Class

BiblioEntrezPubmedArticle

Code

public function getMd5() {
  return $this->md5;
}