You are here

function citeproc::__construct in Bibliography Module 6.2

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

File

modules/CiteProc/CSL.inc, line 34

Class

citeproc
CiteProc-PHP

Code

function __construct($csl = NULL, $lang = 'en') {
  if ($csl) {
    $this
      ->init($csl, $lang);
  }
}