Class citeproc

Description

CiteProc-PHP

Copyright (C) 2010 - 2011 Ron Jerome, all rights reserved

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

Located in /Classes/Lib/citeproc-php/CiteProc.php (line 22)


	
			
Variable Summary
static mixed $instance
mixed $citation
mixed $info
mixed $locale
mixed $macros
mixed $mapper
mixed $style
Method Summary
static citeproc getInstance ( $xml)
citeproc __construct ([ $csl = NULL], [ $lang = 'en'])
void get_locale ( $type,  $arg1, [ $arg2 = NULL], [ $arg3 = NULL])
void init ( $csl,  $lang)
void map_field ( $field)
void map_type ( $field)
void render ( $data, [ $mode = NULL])
void render_macro ( $name,  $data,  $mode)
Variables
static mixed $instance (line 24)
  • access: private
mixed $bibliography = null (line 26)
  • access: public
mixed $citation = null (line 27)
  • access: public
mixed $info = null (line 30)
  • access: private
mixed $locale = null (line 31)
  • access: protected
mixed $macros = null (line 29)
  • access: protected
mixed $mapper = NULL (line 33)
  • access: private
mixed $style = null (line 28)
  • access: public
mixed $style_locale = null (line 32)
  • access: protected
Methods
static method getInstance (line 39)
  • access: public
static citeproc getInstance ( $xml)
  • $xml
Constructor __construct (line 49)
citeproc __construct ([ $csl = NULL], [ $lang = 'en'])
  • $csl
  • $lang
get_locale (line 116)
void get_locale ( $type,  $arg1, [ $arg2 = NULL], [ $arg3 = NULL])
  • $type
  • $arg1
  • $arg2
  • $arg3
init (line 55)
void init ( $csl,  $lang)
  • $csl
  • $lang
map_field (line 120)
void map_field ( $field)
  • $field
map_type (line 127)
void map_type ( $field)
  • $field
render (line 98)
void render ( $data, [ $mode = NULL])
  • $data
  • $mode
render_macro (line 112)
void render_macro ( $name,  $data,  $mode)
  • $name
  • $data
  • $mode

Documentation generated on Thu, 13 Dec 2012 15:46:33 +0100 by phpDocumentor 1.4.4