<<

NAME

Koha::Old::Biblio - Koha Old::Biblio Object class

API

Class methods

metadata

my $metadata = $deleted_biblio->metadata();

Returns a Koha::Biblio::Metadata object

record

my $record = $deleted_biblio->record();

Returns a Marc::Record object

record_schema

my $schema = $deleted_biblio->record_schema();

Returns the record schema (MARC21, USMARC or UNIMARC).

biblioitem

my $field = $self->biblioitem

Returns the related Koha::Old::Biblioitem object for this Biblio object

to_api

    my $json = $deleted_biblio->to_api;

Overloaded method that returns a JSON representation of the Koha::Old::Biblio object, suitable for API output. The related Koha::Old::Biblioitem object is merged as expected on the API.

to_api_mapping

This method returns the mapping for representing a Koha::Old::Biblio object on the API.

Internal methods

_type

<<