The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Koha::Contrib::Sudoc::Koha - Lien à Koha

VERSION

version 2.45

DESCRIPTION

METHODS

get_biblio

Return a MARC::Moose::Record from its biblionumber, and the record framework: (framework, record)

get_bibio_by_ppn

Lecture d'une notice biblio par son PPN

get_biblios_by_authid

Retrouve les notices associées à une autorité Koha identifiée par son authid Retourne un tableau de (biblionumner, framework, record)

get_auth_by_ppn

Lecture d'une autorité par son PPN. Renvoie un tableau contenant deux entrées: l'authid de l'autorité et l'enregistrement de l'autorité trouvée.

SYNOPSYS

  # Default Koha instance, defined in default koha-conf.xml file,
  # identified by KOHA_CONF environment variable
  my $k1 = Koha->new();

  my $k2 = Koha->new( conf_file => '/usr/koha/world-library/etc/koha-conf.xml' );

AUTHOR

Frédéric Demians <f.demians@tamil.fr>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2024 by Fréderic Demians.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007