You are here

public function csl_et_al::__construct in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 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 1524
CiteProc-PHP.

Class

csl_et_al

Code

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