CiteProc - PHP
A PHP implementation of the CSL citation processor "CiteProc"
|
Public Member Functions | |
add_element ($elem) | |
render ($data, $mode) | |
format ($text) | |
Protected Attributes | |
$elements = array() |
Definition at line 122 of file CiteProc.php.
add_element | ( | $ | elem | ) |
Definition at line 125 of file CiteProc.php.
format | ( | $ | text | ) |
Reimplemented in csl_format.
Definition at line 131 of file CiteProc.php.
render | ( | $ | data, |
$ | mode | ||
) |
Reimplemented in csl_rendering_element, csl_name, csl_names, csl_date, csl_date_part, csl_number, csl_text, csl_label, csl_group, csl_layout, csl_citation, csl_bibliography, and csl_choose.
Definition at line 129 of file CiteProc.php.
$elements = array() [protected] |
Definition at line 123 of file CiteProc.php.