public function BiblioEntrezPubmedArticle::getMd5 in Bibliography Module 7
Same name and namespace in other branches
- 6.2 modules/pubmed/EntrezPubmedArticle.php \BiblioEntrezPubmedArticle::getMd5()
- 6 pubmed/EntrezPubmedArticle.php \BiblioEntrezPubmedArticle::getMd5()
- 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
Code
public function getMd5() {
return $this->md5;
}