You are here

function csl_option::get in Bibliography Module 7.2

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

File

modules/CiteProc/CSL.inc, line 1354

Class

csl_option

Code

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