CITE class.

Citation handling. This is the main file to handle citations.

package wikindx4\core\bibcitation
author Mark Grimshaw

 Methods

CITE

__construct(string $output) 

Parameters

$output

string

'html', plain', 'rtf'. Default is 'html'

parse [cite].

parseCitations(string $text, string $output, boolean $citeLink, boolean $rtfBibExport, boolean $suwpExport) : string

..[/cite] and format citations

author Mark Grimshaw
version 1

Parameters

$text

string

Input text

$output

string

'html', plain', 'rtf'

$citeLink

boolean

Link external citations in the returned citation. Default is TRUE

$rtfBibExport

boolean

If TRUE, we're exporting to RTF. Default is FALSE

$suwpExport

boolean

If TRUE, we're exporting to the word processor plug-in. Default is FALSE

Returns

stringparsed text

Callback

footnoteCallback(array $matches) 

Parameters

$matches

array

Callback

footnoteCiteCallback(array $matches) 

Parameters

$matches

array

 Properties

 

$citeStyle