You are here

class csl_et_al in Bibliography Module 6.2

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

Hierarchy

Expanded class hierarchy of csl_et_al

File

modules/CiteProc/CSL.inc, line 1190

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

}

Members