Koha::Old::Biblio - Koha Old::Biblio Object class
my $metadata = $deleted_biblio->metadata();
Returns a Koha::Biblio::Metadata object
my $record = $deleted_biblio->record();
Returns a Marc::Record object
my $schema = $deleted_biblio->record_schema();
Returns the record schema (MARC21, USMARC or UNIMARC).
my $field = $self->biblioitem
Returns the related Koha::Old::Biblioitem object for this Biblio object
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.
This method returns the mapping for representing a Koha::Old::Biblio object on the API.