VuFind API Documentation

MetadataVocabularyInterface

Metadata vocabulary interface

Tags
category

VuFind

author

Mario Trojan mario.trojan@uni-tuebingen.de

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Wiki

Table of Contents

getMappedData()  : array<string|int, mixed>
Map data from RecordDriver to this vocabulary.

Methods

getMappedData()

Map data from RecordDriver to this vocabulary.

public getMappedData(AbstractBase $driver) : array<string|int, mixed>

Note that AbstractBase instead of DefaultRecord is used for higher flexibility. That's why all implementations must use "tryMethod" instead of calling the methods directly.

Parameters
$driver : AbstractBase

Record driver

Return values
array<string|int, mixed>

Search results