You are here

function csl_collection::format in Bibliography Module 6.2

Same name and namespace in other branches
  1. 7 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 139

Class

csl_collection

Code

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