<<

API

Class methods

list

Mehtod that handles listing Koha::Hold objects

add

Method that handles adding a new Koha::Hold object

edit

Method that handles modifying a Koha::Hold object

delete

Method that handles deleting a Koha::Hold object

suspend

Method that handles suspending a hold

resume

Method that handles resuming a hold

_to_api

Helper function that maps unblessed Koha::Hold objects into REST api attribute names.

_to_model

Helper function that maps REST api objects into Koha::Hold attribute names.

Global variables

$to_api_mapping

$to_model_mapping

<<