<<

NAME

Koha::AudioAlerts - Koha Audio Alert object set class

API

Class Methods

search

Overrides default search such that the default ordering is by precedence

get_next_precedence

Gets the next precedence value for audio alerts

get_last_precedence

Gets the last precedence value for audio alerts

move

Koha::AudioAlerts->move( { audio_alert => $audio_alert, where => $where } );

Moves the given alert precedence 'up', 'down', 'top' or 'bottom'

fix_precedences

Koha::AudioAlerts->fix_precedences();

Updates precedence numbers to start with 1 and to have no gaps

type

object_class

AUTHOR

Kyle M Hall <kyle@bywatersolutions.com>

<<