You are here

public function csl_collection::format in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/CiteProc/CSL.inc \csl_collection::format()
  2. 7.2 modules/CiteProc/CSL.inc \csl_collection::format()
1 call to csl_collection::format()
csl_rendering_element::render in modules/CiteProc/CSL.inc
1 method overrides csl_collection::format()
csl_format::format in modules/CiteProc/CSL.inc

File

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

Class

csl_collection

Code

public function format($text) {
  return $text;
}