Export COINS
parent/base exporter class. The specific exporter classes should inherit.
version | 1 |
---|---|
package | wikindx4\core\importexport |
author | Mark Grimshaw |
__construct()
export(array $row, array $creators) : string
array
array
string
formatName(array $creatorRow, string $exportType) : string
author | Mark Grimshaw |
---|---|
inherited_from | \EXPORTER::formatName() |
array
string
string
titleFormat(array $row, boolean $bibtex) : string
author | Mark Grimshaw |
---|---|
inherited_from | \EXPORTER::titleFormat() |
array
boolean
string
convertEntry() : string
string
convertEntryAuthors() : string
string
dateFormat(array $row)
inherited_from | \EXPORTER::dateFormat() |
---|
array
getData(array $row)
inherited_from | \EXPORTER::getData() |
---|
array
nameFormat()
inherited_from | \EXPORTER::nameFormat() |
---|
uEncode(string $element) : string
string
string
$creators
inherited_from | \EXPORTER::$$creators |
---|
$db
inherited_from | \EXPORTER::$$db |
---|
$entry
inherited_from | \EXPORTER::$$entry |
---|
$map
inherited_from | \EXPORTER::$$map |
---|