<<

NAME

Koha::Illrequests - Koha Illrequests Object class

API

Class Methods

_type

object_class

new

    my $illRequests = Koha::Illrequests->new();

Create an ILLREQUESTS object, a singleton through which we can interact with ILLREQUEST objects stored in the database or search for ILL candidates at API backends.

search_incomplete

    my $requests = $illRequests->search_incomplete;

A specialised version of `search`, returning all requests currently not considered completed.

AUTHOR

Alex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com>

<<