You are here

class csl_option in Bibliography Module 7.2

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

Hierarchy

Expanded class hierarchy of csl_option

File

modules/CiteProc/CSL.inc, line 1350

View source
class csl_option {
  private $name;
  private $value;
  function get() {
    return array(
      $this->name => $this->value,
    );
  }

}

Members