<<

NAME

Koha::MetadataRecord - base class for metadata records

SYNOPSIS

    my $record = new Koha::MetadataRecord({ 'record' => $marcrecord });

DESCRIPTION

Object-oriented class that encapsulates all metadata (i.e. bibliographic and authority) records in Koha.

createMergeHash

Create a hash for use when merging records. At the moment the only metadata schema supported is MARC.

<<