Koha::ItemType - Koha Item type Object class
ItemType specific store to ensure relevant caches are flushed on change
ItemType specific delete
to clear relevant caches on delete.
my $can_be_deleted = Koha::ItemType->can_be_deleted();
Counts up the number of biblioitems and items with itemtype (code) and hands back the combined number of biblioitems and items with the itemtype
Returns true if it is likely possible to make an article request for this item type. Optional parameter: categorycode (for patron).
configure library limits
Returns the ItemType object of the parent_type or undef.
Returns the ItemType objects of the children of this type or undef.
This method returns the mapping for representing a Koha::ItemType object on the API.