public function citeproc::get_locale in Bibliography Module 7
Same name and namespace in other branches
- 6.2 modules/CiteProc/CSL.inc \citeproc::get_locale()
- 7.2 modules/CiteProc/CSL.inc \citeproc::get_locale()
File
- modules/
CiteProc/ CSL.inc, line 120 - CiteProc-PHP.
Class
Code
public function get_locale($type, $arg1, $arg2 = NULL, $arg3 = NULL) {
return $this->locale
->get_locale($type, $arg1, $arg2, $arg3);
}