<<

NAME

Koha::Authority - Koha Authority Object class

API

Class Methods

type

get_all_authorities_iterator

    my $it = Koha::Authority->get_all_authorities_iterator();

This will provide an iterator object that will, one by one, provide the Koha::Authority of each authority.

The iterator is a Koha::MetadataIterator object.

<<