<<

NAME

Koha::Authority - Koha Authority Object class

API

Instance Methods

get_usage_count

    $count = $self->get_usage_count;

    Returns the number of linked biblio records.

linked_biblionumbers

    my @biblios = $self->linked_biblionumbers({
        [ max_results => $max ], [ offset => $offset ],
    });

    Returns an array of biblionumbers.

Class Methods

type

<<