<<

NAME

Koha::Patron::Attribute::Type - Koha::Patron::Attribute::Type Object class

API

Class Methods

store

    my $attribute = Koha::Patron::Attribute->new({ code => 'a_code', ... });
    try { $attribute->store }
    catch { handle_exception };

attributes

Internal Methods

check_repeatables

check_unique_ids

_type

_library_limits

<<