<<

NAME

Koha::Biblio::ItemGroup - Koha ItemGroup Object class

API

Class methods

store

    $item_group->store;

Overloaded store method that takes care of creation date handling.

items

    my $items = $item_group->items;

Returns all the items linked to the item group.

add_item

    $item_group->add_item({ item_id => $item_id });

to_api_mapping

This method returns the mapping for representing a Koha::Biblio::ItemGroup object on the API.

Internal methods

_type

<<