You are here

public function csl_option::get in Bibliography Module 7

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

File

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

Class

csl_option

Code

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