\EXPORTBIBTEX

Export BibTeX

parent/base exporter class. The specific exporter classes should inherit.

Summary

Methods
Properties
Constants
export()
titleFormat()
formatName()
__construct()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

export()

export(mixed||string|int  row, mixed||string|int  creators) : 

display bibtex data for one resource (from resource lists)

Parameters

mixed||string|int row
mixed||string|int creators

Returns

titleFormat()

titleFormat(mixed||string|int  row,   bibtex = FALSE) : 

titleFormat - format and return the resource title from the supplied SQL $row

Parameters

mixed||string|int row
bibtex

Returns

formatName()

formatName(mixed||string|int  creatorRow,   exportType) : 

formatName - format one name depending on the export type

Parameters

mixed||string|int creatorRow
exportType

Returns

__construct()

__construct() : 

Extends EXPORTER

Returns