You are here

class csl_option in Bibliography Module 7

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

Hierarchy

Expanded class hierarchy of csl_option

File

modules/CiteProc/CSL.inc, line 1863
CiteProc-PHP.

View source
class csl_option {
  private $name;
  private $value;

  /**
   *
   */
  public function get() {
    return array(
      $this->name => $this->value,
    );
  }

}

Members

Namesort descending Modifiers Type Description Overrides
csl_option::$name private property
csl_option::$value private property
csl_option::get public function