<<

NAME

Koha::Biblio - Koha Biblio Object class

API

Class Methods

subtitles

my @subtitles = $biblio->subtitles();

Returns list of subtitles for a record.

Keyword to MARC mapping for subtitle must be set for this method to return any possible values.

items

Returns the related Koha::Items object for this biblio in scalar context, or list of Koha::Item objects in list context.

type

AUTHOR

Kyle M Hall <kyle@bywatersolutions.com>

<<