C4::Heading::MARC21
use C4::Heading::MARC21;
This is an internal helper class used by C4::Heading
to parse headings data from MARC21 records.
Object of this type do not carry data,
instead,
they only dispatch functions.
FIXME - this should be moved to a configuration file.
my $marc_handler = C4::Heading::MARC21->new();
Given a field and an indicator to specify if it is an authority field or biblio field we return the correct type, thesauarus, search form, and display form of the heading.
Koha Development Team <http://koha-community.org/>
Galen Charlton <galen.charlton@liblime.com>