function PARSEENTRIES::PARSEENTRIES in Bibliography Module 5
Same name and namespace in other branches
- 6.2 modules/bibtexParse/PARSEENTRIES.php \PARSEENTRIES::PARSEENTRIES()
- 6 bibtexParse/PARSEENTRIES.php \PARSEENTRIES::PARSEENTRIES()
- 7.3 plugins/biblio_style/bibtex/PARSEENTRIES.php \PARSEENTRIES::PARSEENTRIES()
- 7.2 modules/bibtexParse/PARSEENTRIES.php \PARSEENTRIES::PARSEENTRIES()
File
- bibtexParse/
PARSEENTRIES.php, line 136
Class
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;
}