class csl_et_al in Bibliography Module 7
Same name and namespace in other branches
- 6.2 modules/CiteProc/CSL.inc \csl_et_al
- 7.2 modules/CiteProc/CSL.inc \csl_et_al
Hierarchy
- class \csl_collection
- class \csl_element
- class \csl_rendering_element
- class \csl_format
- class \csl_rendering_element
- class \csl_element
Expanded class hierarchy of csl_et_al
File
- modules/
CiteProc/ CSL.inc, line 1519 - CiteProc-PHP.
View source
class csl_et_al extends csl_text {
/**
*
*/
public function __construct($dom_node = NULL, $citeproc = NULL) {
$this->var = 'et-al';
$this->source = 'term';
parent::__construct($dom_node, $citeproc);
}
}