<<

NAME

Koha::Library - Koha Library Object class

API

Class methods

get_categories

TODO: Ask the author to add a proper description

update_categories

TODO: Ask the author to add a proper description

add_to_categories

TODO: Ask the author to add a proper description

get_effective_marcorgcode

    my $marcorgcode = Koha::Libraries->find( $library_id )->get_effective_marcorgcode();

Returns the effective MARC organization code of the library. It falls back to the value from the MARCOrgCode syspref if undefined for the library.

Internal methods

_type

<<