<<

NAME

Koha::RecordSource - Koha RecordSource Object class

API

Class methods

usage_count

    my $count = $source->usage_count();

This method returns the count for records using this record source.

Internal methods

_type

<<