CiteProc - PHP
A PHP implementation of the CSL citation processor "CiteProc"

CiteProc.php File Reference

Go to the source code of this file.

Data Structures

class  citeproc
class  csl_factory
class  csl_collection
class  csl_element
class  csl_rendering_element
class  csl_format
class  csl_info
class  csl_terms
class  csl_name
class  csl_names
class  csl_date
class  csl_date_part
class  csl_number
class  csl_text
class  csl_label
class  csl_macro
class  csl_macros
class  csl_group
class  csl_layout
class  csl_citation
class  csl_bibliography
class  csl_option
class  csl_options
class  csl_sort
class  csl_style
class  csl_choose
class  csl_if
class  csl_else_if
class  csl_else
class  csl_substitute
class  csl_locale
class  csl_mapper

Variables

 $csl_data = './style/chicago-fullnote-bibliography.csl'
 $test_data = file_get_contents("./tests/fullstyles_ChicagoNoteWithBibliographyWithPublisher.json")
 $citeproc = new citeproc($csl_data)
 $input_data = (array)$test_data->input
 $count = count($input_data)

Variable Documentation

$citeproc = new citeproc($csl_data)

Definition at line 1545 of file CiteProc.php.

$count = count($input_data)

Definition at line 1547 of file CiteProc.php.

$csl_data = './style/chicago-fullnote-bibliography.csl'

Definition at line 1540 of file CiteProc.php.

$input_data = (array)$test_data->input

Definition at line 1546 of file CiteProc.php.

$test_data = file_get_contents("./tests/fullstyles_ChicagoNoteWithBibliographyWithPublisher.json")

Definition at line 1542 of file CiteProc.php.

 All Data Structures Files Functions Variables