<<

NAME

Koha::Library - Koha Library Object class

API

Class methods

stockrotationstages

  my $stages = Koha::Library->stockrotationstages;

Returns the stockrotation stages associated with this Library.

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.

library_groups

Return the Library groups of this library

cash_registers

Return Cash::Registers associated with this Library

to_api_mapping

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

Internal methods

_type

<<