You are here

public function csl_format::__construct in Bibliography Module 7

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

Overrides csl_element::__construct

2 calls to csl_format::__construct()
csl_et_al::__construct in modules/CiteProc/CSL.inc
csl_name::__construct in modules/CiteProc/CSL.inc
2 methods override csl_format::__construct()
csl_et_al::__construct in modules/CiteProc/CSL.inc
csl_name::__construct in modules/CiteProc/CSL.inc

File

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

Class

csl_format

Code

public function __construct($dom_node = NULL, $citeproc = NULL) {
  parent::__construct($dom_node, $citeproc);
  $this
    ->init_formatting();
}