You are here

public function citeproc::render_macro in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/CiteProc/CSL.inc \citeproc::render_macro()
  2. 7.2 modules/CiteProc/CSL.inc \citeproc::render_macro()

File

modules/CiteProc/CSL.inc, line 113
CiteProc-PHP.

Class

citeproc

Code

public function render_macro($name, $data, $mode) {
  return $this->macros
    ->render_macro($name, $data, $mode);
}