You are here

function PARSEENTRIES::loadStringMacro in Bibliography Module 5

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

File

bibtexParse/PARSEENTRIES.php, line 184

Class

PARSEENTRIES

Code

function loadStringMacro($macro_array) {
  $this->userStrings = $macro_array;
}