class csl_collection in Bibliography Module 6.2
Same name and namespace in other branches
- 7 modules/CiteProc/CSL.inc \csl_collection
- 7.2 modules/CiteProc/CSL.inc \csl_collection
Hierarchy
- class \csl_collection
Expanded class hierarchy of csl_collection
File
- modules/
CiteProc/ CSL.inc, line 130
View source
class csl_collection {
protected $elements = array();
function add_element($elem) {
if (isset($elem)) {
$this->elements[] = $elem;
}
}
function render($data, $mode = NULL) {
}
function format($text) {
return $text;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
csl_collection:: |
protected | property | ||
csl_collection:: |
function | |||
csl_collection:: |
function | 1 | ||
csl_collection:: |
function | 2 |