CiteProc - PHP
A PHP implementation of the CSL citation processor "CiteProc"
|
Public Member Functions | |
__construct ($lang= 'en') | |
__sleep () | |
__wakeup () | |
get_locales_file_name ($lang) | |
get_locale ($type, $arg1, $arg2=NULL, $arg3=NULL) | |
set_style_locale ($csl_doc) | |
Protected Attributes | |
$locale_xmlstring = NULL | |
$style_locale_xmlstring = NULL | |
$locale = NULL | |
$style_locale = NULL |
Definition at line 1257 of file CiteProc.php.
__construct | ( | $ | lang = 'en' | ) |
Definition at line 1264 of file CiteProc.php.
__sleep | ( | ) |
Definition at line 1273 of file CiteProc.php.
__wakeup | ( | ) |
Definition at line 1280 of file CiteProc.php.
get_locale | ( | $ | type, |
$ | arg1, | ||
$ | arg2 = NULL , |
||
$ | arg3 = NULL |
||
) |
Definition at line 1328 of file CiteProc.php.
get_locales_file_name | ( | $ | lang | ) |
Definition at line 1288 of file CiteProc.php.
set_style_locale | ( | $ | csl_doc | ) |
Definition at line 1393 of file CiteProc.php.
$locale = NULL [protected] |
Definition at line 1260 of file CiteProc.php.
$locale_xmlstring = NULL [protected] |
Definition at line 1258 of file CiteProc.php.
$style_locale = NULL [protected] |
Definition at line 1261 of file CiteProc.php.
$style_locale_xmlstring = NULL [protected] |
Definition at line 1259 of file CiteProc.php.