<<

NAME

Koha::ItemType - Koha Item type Object class

API

Class methods

image_location

translated_description

translated_descriptions

can_be_deleted

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

may_article_request

    Returns true if it is likely possible to make an article request for
    this item type.
    Optional parameter: categorycode (for patron).

_library_limits

 configure library limits

parent

    Returns the ItemType object of the parent_type or undef.

children_with_localization

    Returns the ItemType objects of the children of this type or undef.

to_api_mapping

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

unblessed

See "unblessed" in Koha::Object

Overridden to add a translated_description key for backward compatibility. This should not be relied on as it may be removed in the future.

Internal methods

_type

<<