public function BiblioEntrezPubmedArticle::getMd5 in Bibliography Module 6
Same name and namespace in other branches
- 6.2 modules/pubmed/EntrezPubmedArticle.php \BiblioEntrezPubmedArticle::getMd5()
- 7 modules/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
- pubmed/
EntrezPubmedArticle.php, line 55 - 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;
}