You are here

function PARSEENTRIES::PARSEENTRIES in Bibliography Module 5

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

File

bibtexParse/PARSEENTRIES.php, line 136

Class

PARSEENTRIES

Code

function PARSEENTRIES() {
  require_once drupal_get_path('module', 'biblio') . '/bibtexParse/transtab_latex_unicode.inc.php';
  $this->preamble = $this->strings = $this->undefinedStrings = $this->entries = array();
  $this->count = 0;
  $this->fieldExtract = TRUE;
  $this->removeDelimit = TRUE;
  $this->expandMacro = FALSE;
  $this->parseFile = TRUE;
  $this->outsideEntry = TRUE;
  $this->translate_latex = TRUE;
}