public function citeproc::__construct in Bibliography Module 7
Same name and namespace in other branches
- 6.2 modules/CiteProc/CSL.inc \citeproc::__construct()
- 7.2 modules/CiteProc/CSL.inc \citeproc::__construct()
File
- modules/CiteProc/ CSL.inc, line 41 
- CiteProc-PHP.
Class
Code
public function __construct($csl = NULL, $lang = 'en') {
  if ($csl) {
    $this
      ->init($csl, $lang);
  }
}