$suwpExport
$suwpExport :
boolean
Description of class CITEFORMAT. Format citations.
formatNames(mixed||string|int creators, citationId) :
Format creator name lists (authors, editors, etc.)
mixed||string|int | creators | Multi-associative array of creator names e.g. this array might be of the primary authors: array([0] => array(['surname'] => 'Grimshaw', ['firstname'] => Mark, ['initials'] => 'N', ['prefix'] => ), [1] => array(['surname'] => 'Witt', ['firstname'] => Jan, ['initials'] => , ['prefix'] => 'de')) |
citationId |
checkInitials(mixed||string|int creator, initialsStyle, firstNameInitial) :
Handle initials.
mixed||string|int | creator | Associative array of creator name e.g. array(['surname'] => 'Grimshaw', ['firstname'] => Mark, ['initials'] => 'M N G', ['prefix'] => )) Initials must be space-delimited. |
initialsStyle | ||
firstNameInitial |
Formatted string of initials.
formatShortTitle( pString, delimitLeft = FALSE, delimitRight = FALSE) :
Format a shortTitle. Anything enclosed in $delimitLeft...$delimitRight is to be left unchanged
pString | Raw title string. |
|
delimitLeft | Default FALSE |
|
delimitRight | Default FALSE |
Formatted title string.
processEndnoteBibliography(mixed||string|int rows, mixed||string|int ids) :
Collate and format the bibliography for endnote-style citations. Must be processed in the same order as $ids.
Where the id nos. are the same for each resource (endnote-style citations), store the bibliographic id order with an incrementing citation id no.
mixed||string|int | rows | multiple array of raw bibliographic data to be processed by $this->bibStyle |
mixed||string|int | ids | resource ids giving order of processing bibliography |