function csl_option::get in Bibliography Module 6.2
Same name and namespace in other branches
- 7 modules/CiteProc/CSL.inc \csl_option::get()
- 7.2 modules/CiteProc/CSL.inc \csl_option::get()
File
- modules/
CiteProc/ CSL.inc, line 1435
Class
Code
function get() {
return array(
$this->name => $this->value,
);
}