<<

NAME

Koha::Clubs - Koha Clubs Object class

This object represents a collection of clubs a patron may enroll in.

API

Class Methods

get_enrollable

filter_out_empty

    my $filtered_rs = $clubs_rs->filter_out_empty;

Return a new Koha::Clubs resultset, containing only clubs with current enrollments.

type

AUTHOR

Kyle M Hall <kyle@bywatersolutions.com>

<<