<<

NAME

Koha::Patron::Relationship - A class to represent relationships between patrons

Patrons in Koha may be guarantors or guarantees. This class models that relationship and provides a way to access those relationships.

API

Class methods

store

Overloaded method that makes some checks before storing on the DB

guarantor

Returns the Koha::Patron object for the guarantor, if there is one

guarantee

Returns the Koha::Patron object for the guarantee

type

<<