You are here

function csl_format::__construct in Bibliography Module 6.2

Same name and namespace in other branches
  1. 7 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 258

Class

csl_format

Code

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