function PARSEENTRIES::PARSEENTRIES in Bibliography Module 7.2
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.3 plugins/biblio_style/bibtex/PARSEENTRIES.php \PARSEENTRIES::PARSEENTRIES()
Return value
unknown_type
File
- modules/
bibtexParse/ PARSEENTRIES.php, line 139
Class
Code
function PARSEENTRIES() {
require_once drupal_get_path('module', 'biblio_bibtex') . '/transtab_latex_unicode.inc.php';
$this->transtab_latex_unicode = 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;
}