NAME
Koha::Contrib::Tamil::Koha - Class exposing info about a Koha instance.
VERSION
version 0.073
ATTRIBUTES
conf_file
Name of Koha configuration file. If not supplied, the configuration file is taken in KOHA_CONF environment variable.
dbh
Handle to Koha database defined in Koha configuration file.
conf
Koha XML configuration file.
METHODS
zconn_reset
Reset both Zebra connections, biblio/authority server.
zconn($type)
Return a connection to biblio or authority Zebra server. Example:
my $zc = $koha->zconn('biblio');
my $zc = $koha->zconn('authority');
zbiblio
Returns a ZOOM::connection to Koha bibliographic records Zebra server.
zauth
Returns a ZOOM::connection to Koha authority records Zebra server.
get_biblio_marc($biblionumber)
Return a MARC::Record from its biblionumber
get_biblio($biblionumber)
Return a MARC::Moose::Record from its biblionumber.
AUTHOR
Frédéric Demians <f.demians@tamil.fr>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2024 by Fréderic Démians.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007