<<

NAME

Koha::AuthorisedValue - Koha Authorised value Object class

API

Class methods

store

AuthorisedValue specific store to ensure relevant caches are flushed on change

delete

AuthorisedValue specific delete to clear relevant caches on delete.

opac_description

my $description = $av->opac_description();

to_api_mapping

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

Internal methods

_type

_library_limits

AUTHOR

Kyle M Hall <kyle@bywatersolutions.com>

<<