function PARSEENTRIES::PARSEENTRIES in Bibliography Module 7.3
Same name and namespace in other branches
- 5 bibtexParse/PARSEENTRIES.php \PARSEENTRIES::PARSEENTRIES()
- 6.2 modules/bibtexParse/PARSEENTRIES.php \PARSEENTRIES::PARSEENTRIES()
- 6 bibtexParse/PARSEENTRIES.php \PARSEENTRIES::PARSEENTRIES()
- 7.2 modules/bibtexParse/PARSEENTRIES.php \PARSEENTRIES::PARSEENTRIES()
Return value
unknown_type
File
- plugins/
biblio_style/ bibtex/ PARSEENTRIES.php, line 137
Class
Code
function PARSEENTRIES() {
$this->transtab_latex_unicode = $this
->get_transtab_latex_unicode();
$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;
}