<<

NAME

Koha::Library::Groups - Koha Library::Group object set class

API

Class Methods

get_root_groups

my @root_groups = $self->get_root_group()

get_search_groups

my @search_groups = $self->get_search_groups({[interface => 'staff' || 'opac']}))

Returns search groups for the specified interface. Defaults to OPAC if no interface is specified.

type

object_class

AUTHOR

Kyle M Hall <kyle@bywatersolutions.com>

<<