You are here

function csl_et_al::__construct in Bibliography Module 6.2

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

Overrides csl_format::__construct

File

modules/CiteProc/CSL.inc, line 1192

Class

csl_et_al

Code

function __construct($dom_node = NULL, $citeproc = NULL) {
  $this->var = 'et-al';
  $this->source = 'term';
  parent::__construct($dom_node, $citeproc);
}