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