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