You are here

public function citeproc::__construct in Bibliography Module 7

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

File

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

Class

citeproc

Code

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