You are here

function PARSEENTRIES::closeBib in Bibliography Module 6

Same name and namespace in other branches
  1. 5 bibtexParse/PARSEENTRIES.php \PARSEENTRIES::closeBib()
  2. 6.2 modules/bibtexParse/PARSEENTRIES.php \PARSEENTRIES::closeBib()
  3. 7.3 plugins/biblio_style/bibtex/PARSEENTRIES.php \PARSEENTRIES::closeBib()
  4. 7 modules/bibtexParse/PARSEENTRIES.php \PARSEENTRIES::closeBib()
  5. 7.2 modules/bibtexParse/PARSEENTRIES.php \PARSEENTRIES::closeBib()

File

bibtexParse/PARSEENTRIES.php, line 194

Class

PARSEENTRIES

Code

function closeBib() {
  fclose($this->fid);
}