<<

NAME

Koha::ILL::Comment - Koha Illcomment Object class

Class methods

patron

    my $patron = Koha::ILL::Comment->patron;

Return the patron object associated with this comment

Internal methods

_type

    my $type = Koha::ILL::Comment->_type;

Return this object's type

AUTHOR

Magnus Enger <magnus@libriotech.no>

<<