CiteProc - PHP
A PHP implementation of the CSL citation processor "CiteProc"
|
Public Member Functions | |
__construct ($dom_node=NULL, $citeproc=NULL) | |
init_formatting () | |
format ($text) | |
Protected Attributes | |
$no_op | |
$format |
Definition at line 232 of file CiteProc.php.
__construct | ( | $ | dom_node = NULL , |
$ | citeproc = NULL |
||
) |
Reimplemented from csl_element.
Reimplemented in csl_name.
Definition at line 236 of file CiteProc.php.
format | ( | $ | text | ) |
Reimplemented from csl_collection.
Definition at line 269 of file CiteProc.php.
init_formatting | ( | ) |
Reimplemented in csl_name.
Definition at line 241 of file CiteProc.php.
$format [protected] |
Definition at line 234 of file CiteProc.php.
$no_op [protected] |
Definition at line 233 of file CiteProc.php.