function csl_et_al::__construct in Bibliography Module 7.2
Same name and namespace in other branches
- 6.2 modules/CiteProc/CSL.inc \csl_et_al::__construct()
- 7 modules/CiteProc/CSL.inc \csl_et_al::__construct()
Overrides csl_format::__construct
File
- modules/
CiteProc/ CSL.inc, line 1143
Class
Code
function __construct($dom_node = NULL, $citeproc = NULL) {
$this->var = 'et-al';
$this->source = 'term';
parent::__construct($dom_node, $citeproc);
}