You are here

public function BiblioEntrezPubmedArticle::getMd5 in Bibliography Module 7.2

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 modules/pubmed/EntrezPubmedArticle.php \BiblioEntrezPubmedArticle::getMd5()

Returns the md5 hash of the serialized XML.

Return value

string

File

modules/pubmed/EntrezPubmedArticle.php, line 56
EntrezPubmedArticle.php Provides a class for handling PubMed articles retrieved with EFetch. Orginally writen by Stefan Freudenberg

Class

BiblioEntrezPubmedArticle
@file EntrezPubmedArticle.php Provides a class for handling PubMed articles retrieved with EFetch. Orginally writen by Stefan Freudenberg

Code

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